#000C2A

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

Shades of Black Russian #000C2A

Tints of Black Russian #000C2A

Color information

#000C2A (or 0x000C2A) is unknown color: approx Black Russian. HEX triplet: 00, 0C and 2A. RGB value is (0,12,42). Sum of RGB (Red+Green+Blue) = 0+12+42=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 42 (16.80% from 255 or 77.78% from 54); Max value from RGB is 42 - color contains mainly: blue. Hex color #000C2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C2A is #FFF3D5. Grayscale: #0B0B0B. Windows color (decimal): -16774102 or 2755584. OLE color: 2755584.

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

Color convert

RGB01242-
CMYK10.7100.84
HSL222.86º100%8.24%-
HSV(B)222.86º100%16.47%-
XYZ0.550.432.24-
YUV11.83145.02119.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 22.22%
BLUE value IS 42 (16.80% from 255) = 77.78%
R=0%
G=22.22%
B=77.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0124210.7100.84222.861008.24
Hex0C2A6447054df648
Octal01452144107012433714410
Binary0110010101011001001000111010101001101111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000C2A; }

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

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

<style>
 a { background-color: #000C2A; }

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

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

<style>
 span { border-color: #000C2A; }

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

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