#0C142B

Color #0C142B Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #0C142B

Tints of Black Russian #0C142B

Color information

#0C142B (or 0x0C142B) is unknown color: approx Black Russian. HEX triplet: 0C, 14 and 2B. RGB value is (12,20,43). Sum of RGB (Red+Green+Blue) = 12+20+43=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 43 (17.19% from 255 or 57.33% from 75); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C142B is #F3EBD4. Grayscale: #141414. Windows color (decimal): -15985621 or 2823180. OLE color: 2823180.

HSL color Cylindrical-coordinate representation of color #0C142B: hue angle of 224.52º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C142B is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB122043-
CMYK0.720.5300.83
HSL224.52º56.36%10.78%-
HSV(B)224.52º72.09%16.86%-
XYZ0.840.752.39-
YUV20.23140.85122.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 43 (17.19% from 255) = 57.33%
R=16%
G=26.67%
B=57.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1220430.720.5300.83224.5256.3610.78
HexC142B4835053e138b
Octal1424531106501233417013
Binary110010100101011100100011010101010011111000011110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,20,43); }

 H1.HeaderClassName
 {
   color: #0C142B;
 }
 .AnyTagClassName
 {
   color: #0C142B;
 }
</style>
background-color css

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

 a { background-color: rgb(12,20,43); }

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

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

 span { border-color: rgb(12,20,43); }

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