Html Css Color HEX #0C0917 Black Russian

📋 copy color: '#0C0917'

red 12 ◦ green 9 ◦ blue 23

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

Shades of Black Russian #0C0917

Tints of Black Russian #0C0917

RGB

 RED value IS 12 (5.08% from 255) = 27.27%

 GREEN value IS 9 (3.91% from 255) = 20.45%

 BLUE value IS 23 (9.38% from 255) = 52.27%

R = 27.27%
G = 20.45%
B = 52.27%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0917 (or 0x0C0917) is known color: Black Russian. HEX triplet: 0C, 09 and 17. RGB value is (12,9,23). Sum of RGB (Red+Green+Blue) = 12+9+23=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 23 (9.38% from 255 or 52.27% from 44); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C0917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0917 is #F3F6E8. Grayscale: #0B0B0B. Windows color (decimal): -15988457 or 1509644. OLE color: 1509644.

HSL color Cylindrical-coordinate representation of color #0C0917: hue angle of 252.86º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0C0917 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 9 23 -
CMYK 0.48 0.61 0 0.91
HSL 252.86º 0.44% 0.06% -
HSV(B) 252.86º 0.61% 0.09% -
XYZ 0.4 0.34 0.85 -
YUV 11.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 12 9 23 0.48 0.61 0 0.91 252.86 0.44 0.06
Hex C 9 17 30 3D 0 5B FD 2C 6
Octal 14 11 27 60 75 0 133 375 54 6
Binary 1100 1001 10111 110000 111101 0 1011011 11111101 101100 110

Color Harmonies of #0C0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0917

Black with #0C0917

Text Example


Text Example

White with #0C0917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,9,23); }

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

background-color css

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

 a { background-color: rgb(12,9,23); }

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

border-color css

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

 span { border-color: rgb(12,9,23); }

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