Html Css Color HEX #0C0D18 Black Russian

📋 copy color: '#0C0D18'

red 12 ◦ green 13 ◦ blue 24

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

Shades of Black Russian #0C0D18

Tints of Black Russian #0C0D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 26.53%

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

R = 24.49%
G = 26.53%
B = 48.98%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0D18 (or 0x0C0D18) is known color: Black Russian. HEX triplet: 0C, 0D and 18. RGB value is (12,13,24). Sum of RGB (Red+Green+Blue) = 12+13+24=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C0D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0D18 is #F3F2E7. Grayscale: #0D0D0D. Windows color (decimal): -15987432 or 1576204. OLE color: 1576204.

HSL color Cylindrical-coordinate representation of color #0C0D18: hue angle of 235º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C0D18 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 13 24 -
CMYK 0.50 0.46 0 0.91
HSL 235º 0.33% 0.07% -
HSV(B) 235º 0.5% 0.09% -
XYZ 0.46 0.43 0.92 -
YUV 13.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 12 13 24 0.50 0.46 0 0.91 235 0.33 0.07
Hex C D 18 32 2E 0 5B EB 21 7
Octal 14 15 30 62 56 0 133 353 41 7
Binary 1100 1101 11000 110010 101110 0 1011011 11101011 100001 111

Color Harmonies of #0C0D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0D18

Black with #0C0D18

Text Example


Text Example

White with #0C0D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,13,24); }

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

background-color css

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

 a { background-color: rgb(12,13,24); }

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

border-color css

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

 span { border-color: rgb(12,13,24); }

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