Html Css Color HEX #0F1218 Black Russian

📋 copy color: '#0F1218'

red 15 ◦ green 18 ◦ blue 24

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

Shades of Black Russian #0F1218

Tints of Black Russian #0F1218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 42.11%

R = 26.32%
G = 31.58%
B = 42.11%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F1218 (or 0x0F1218) is known color: Black Russian. HEX triplet: 0F, 12 and 18. RGB value is (15,18,24). Sum of RGB (Red+Green+Blue) = 15+18+24=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F1218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1218 is #F0EDE7. Grayscale: #111111. Windows color (decimal): -15789544 or 1577487. OLE color: 1577487.

HSL color Cylindrical-coordinate representation of color #0F1218: hue angle of 220º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F1218 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 18 24 -
CMYK 0.37 0.25 0 0.91
HSL 220º 0.23% 0.08% -
HSV(B) 220º 0.38% 0.09% -
XYZ 0.58 0.6 0.95 -
YUV 17.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 15 18 24 0.37 0.25 0 0.91 220 0.23 0.08
Hex F 12 18 25 19 0 5B DC 17 8
Octal 17 22 30 45 31 0 133 334 27 10
Binary 1111 10010 11000 100101 11001 0 1011011 11011100 10111 1000

Color Harmonies of #0F1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1218

Black with #0F1218

Text Example


Text Example

White with #0F1218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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