Html Css Color HEX #0C1018 Black Russian

📋 copy color: '#0C1018'

red 12 ◦ green 16 ◦ blue 24

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

Shades of Black Russian #0C1018

Tints of Black Russian #0C1018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 30.77%

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

R = 23.08%
G = 30.77%
B = 46.15%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C1018 (or 0x0C1018) is known color: Black Russian. HEX triplet: 0C, 10 and 18. RGB value is (12,16,24). Sum of RGB (Red+Green+Blue) = 12+16+24=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 24 (9.77% from 255 or 46.15% from 52); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C1018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1018 is #F3EFE7. Grayscale: #0F0F0F. Windows color (decimal): -15986664 or 1576972. OLE color: 1576972.

HSL color Cylindrical-coordinate representation of color #0C1018: hue angle of 220º 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 #0C1018 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 16 24 -
CMYK 0.50 0.33 0 0.91
HSL 220º 0.33% 0.07% -
HSV(B) 220º 0.5% 0.09% -
XYZ 0.5 0.51 0.94 -
YUV 15.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 12 16 24 0.50 0.33 0 0.91 220 0.33 0.07
Hex C 10 18 32 21 0 5B DC 21 7
Octal 14 20 30 62 41 0 133 334 41 7
Binary 1100 10000 11000 110010 100001 0 1011011 11011100 100001 111

Color Harmonies of #0C1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1018

Black with #0C1018

Text Example


Text Example

White with #0C1018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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