Html Css Color HEX #0C111C Black Russian

📋 copy color: '#0C111C'

red 12 ◦ green 17 ◦ blue 28

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

Shades of Black Russian #0C111C

Tints of Black Russian #0C111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 29.82%

 BLUE value IS 28 (11.33% from 255) = 49.12%

R = 21.05%
G = 29.82%
B = 49.12%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0C111C (or 0x0C111C) is known color: Black Russian. HEX triplet: 0C, 11 and 1C. RGB value is (12,17,28). Sum of RGB (Red+Green+Blue) = 12+17+28=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C111C is #F3EEE3. Grayscale: #101010. Windows color (decimal): -15986404 or 1839372. OLE color: 1839372.

HSL color Cylindrical-coordinate representation of color #0C111C: hue angle of 221.25º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0C111C is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 17 28 -
CMYK 0.57 0.39 0 0.89
HSL 221.25º 0.4% 0.08% -
HSV(B) 221.25º 0.57% 0.11% -
XYZ 0.56 0.56 1.18 -
YUV 16.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 12 17 28 0.57 0.39 0 0.89 221.25 0.4 0.08
Hex C 11 1C 39 27 0 59 DD 28 8
Octal 14 21 34 71 47 0 131 335 50 10
Binary 1100 10001 11100 111001 100111 0 1011001 11011101 101000 1000

Color Harmonies of #0C111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C111C

Black with #0C111C

Text Example


Text Example

White with #0C111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,17,28); }

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

background-color css

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

 a { background-color: rgb(12,17,28); }

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

border-color css

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

 span { border-color: rgb(12,17,28); }

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