Html Css Color HEX #0F0513 Blackcurrant

📋 copy color: '#0F0513'

red 15 ◦ green 5 ◦ blue 19

#0F0513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #0F0513

Tints of Blackcurrant #0F0513

RGB

 RED value IS 15 (6.25% from 255) = 38.46%

 GREEN value IS 5 (2.34% from 255) = 12.82%

 BLUE value IS 19 (7.81% from 255) = 48.72%

R = 38.46%
G = 12.82%
B = 48.72%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.93

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F0513 (or 0x0F0513) is known color: Blackcurrant. HEX triplet: 0F, 05 and 13. RGB value is (15,5,19). Sum of RGB (Red+Green+Blue) = 15+5+19=39 (5% of max value = 765). Red value is 15 (6.25% from 255 or 38.46% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #0F0513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0513 is #F0FAEC. Grayscale: #090909. Windows color (decimal): -15792877 or 1246479. OLE color: 1246479.

HSL color Cylindrical-coordinate representation of color #0F0513: hue angle of 282.86º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F0513 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 15 5 19 -
CMYK 0.21 0.74 0 0.93
HSL 282.86º 0.58% 0.05% -
HSV(B) 282.86º 0.74% 0.07% -
XYZ 0.37 0.26 0.65 -
YUV 9.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 15 5 19 0.21 0.74 0 0.93 282.86 0.58 0.05
Hex F 5 13 15 4A 0 5D 11B 3A 5
Octal 17 5 23 25 112 0 135 433 72 5
Binary 1111 101 10011 10101 1001010 0 1011101 100011011 111010 101

Color Harmonies of #0F0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0513

Black with #0F0513

Text Example


Text Example

White with #0F0513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F0513; }

 p { color: rgb(15,5,19); }

 H1.HeaderClassName
 {
   color: #0F0513;
 }
 .AnyTagClassName
 {
   color: #0F0513;
 }
</style>

background-color css

<style>
 a { background-color: #0F0513; }

 a { background-color: rgb(15,5,19); }

 div.DivClassName
 {
   background-color: #0F0513;
 }
 .BgClassName
 {
   background-color: #0F0513;
 }
</style>

border-color css

<style>
 span { border-color: #0F0513; }

 span { border-color: rgb(15,5,19); }

 td.TdClassName
 {
   border-color: #0F0513;
 }
 .TagClassName
 {
   border-color: #0F0513;
 }
</style>