#0C132A

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

Shades of Black Russian #0C132A

Tints of Black Russian #0C132A

Color information

#0C132A (or 0x0C132A) is unknown color: approx Black Russian. HEX triplet: 0C, 13 and 2A. RGB value is (12,19,42). Sum of RGB (Red+Green+Blue) = 12+19+42=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 42 (16.80% from 255 or 57.53% from 73); Max value from RGB is 42 - color contains mainly: blue. Hex color #0C132A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C132A is #F3ECD5. Grayscale: #131313. Windows color (decimal): -15985878 or 2757388. OLE color: 2757388.

HSL color Cylindrical-coordinate representation of color #0C132A: hue angle of 226º 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 #0C132A is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB121942-
CMYK0.710.5500.84
HSL226º55.56%10.59%-
HSV(B)226º71.43%16.47%-
XYZ0.80.712.29-
YUV19.53140.68122.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.44%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 42 (16.80% from 255) = 57.53%
R=16.44%
G=26.03%
B=57.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1219420.710.5500.8422655.5610.59
HexC132A4737054e238b
Octal1423521076701243427013
Binary110010011101010100011111011101010100111000101110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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