#0C142A

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

Shades of Black Russian #0C142A

Tints of Black Russian #0C142A

Color information

#0C142A (or 0x0C142A) is unknown color: approx Black Russian. HEX triplet: 0C, 14 and 2A. RGB value is (12,20,42). Sum of RGB (Red+Green+Blue) = 12+20+42=74 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.22% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 42 (16.80% from 255 or 56.76% from 74); Max value from RGB is 42 - color contains mainly: blue. Hex color #0C142A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C142A is #F3EBD5. Grayscale: #141414. Windows color (decimal): -15985622 or 2757644. OLE color: 2757644.

HSL color Cylindrical-coordinate representation of color #0C142A: hue angle of 224º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C142A is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB122042-
CMYK0.710.5200.84
HSL224º55.56%10.59%-
HSV(B)224º71.43%16.47%-
XYZ0.820.752.29-
YUV20.12140.35122.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.22%
GREEN value IS 20 (8.20% from 255) = 27.03%
BLUE value IS 42 (16.80% from 255) = 56.76%
R=16.22%
G=27.03%
B=56.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1220420.710.5200.8422455.5610.59
HexC142A4734054e038b
Octal1424521076401243407013
Binary110010100101010100011111010001010100111000001110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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