Html Css Color HEX #0C1126 Black Russian

📋 copy color: '#0C1126'

red 12 ◦ green 17 ◦ blue 38

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

Shades of Black Russian #0C1126

Tints of Black Russian #0C1126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 56.72%

R = 17.91%
G = 25.37%
B = 56.72%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0C1126 (or 0x0C1126) is known color: Black Russian. HEX triplet: 0C, 11 and 26. RGB value is (12,17,38). Sum of RGB (Red+Green+Blue) = 12+17+38=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #0C1126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1126 is #F3EED9. Grayscale: #111111. Windows color (decimal): -15986394 or 2494732. OLE color: 2494732.

HSL color Cylindrical-coordinate representation of color #0C1126: hue angle of 228.46º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C1126 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 12 17 38 -
CMYK 0.68 0.55 0 0.85
HSL 228.46º 0.52% 0.1% -
HSV(B) 228.46º 0.68% 0.15% -
XYZ 0.7 0.62 1.92 -
YUV 17.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 12 17 38 0.68 0.55 0 0.85 228.46 0.52 0.1
Hex C 11 26 44 37 0 55 E4 34 A
Octal 14 21 46 104 67 0 125 344 64 12
Binary 1100 10001 100110 1000100 110111 0 1010101 11100100 110100 1010

Color Harmonies of #0C1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1126

Black with #0C1126

Text Example


Text Example

White with #0C1126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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