Html Css Color HEX #0F1219 Black Russian

📋 copy color: '#0F1219'

red 15 ◦ green 18 ◦ blue 25

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

Shades of Black Russian #0F1219

Tints of Black Russian #0F1219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 31.03%

 BLUE value IS 25 (10.16% from 255) = 43.1%

R = 25.86%
G = 31.03%
B = 43.1%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0F1219 (or 0x0F1219) is known color: Black Russian. HEX triplet: 0F, 12 and 19. RGB value is (15,18,25). Sum of RGB (Red+Green+Blue) = 15+18+25=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F1219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1219 is #F0EDE6. Grayscale: #111111. Windows color (decimal): -15789543 or 1643023. OLE color: 1643023.

HSL color Cylindrical-coordinate representation of color #0F1219: hue angle of 222º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F1219 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 15 18 25 -
CMYK 0.40 0.28 0 0.90
HSL 222º 0.25% 0.08% -
HSV(B) 222º 0.4% 0.1% -
XYZ 0.59 0.6 1.01 -
YUV 17.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 15 18 25 0.40 0.28 0 0.90 222 0.25 0.08
Hex F 12 19 28 1C 0 5A DE 19 8
Octal 17 22 31 50 34 0 132 336 31 10
Binary 1111 10010 11001 101000 11100 0 1011010 11011110 11001 1000

Color Harmonies of #0F1219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1219

Black with #0F1219

Text Example


Text Example

White with #0F1219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,18,25); }

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

background-color css

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

 a { background-color: rgb(15,18,25); }

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

border-color css

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

 span { border-color: rgb(15,18,25); }

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