#000C28

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

Shades of Black Russian #000C28

Tints of Black Russian #000C28

Color information

#000C28 (or 0x000C28) is unknown color: approx Black Russian. HEX triplet: 00, 0C and 28. RGB value is (0,12,40). Sum of RGB (Red+Green+Blue) = 0+12+40=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 40 (16.02% from 255 or 76.92% from 52); Max value from RGB is 40 - color contains mainly: blue. Hex color #000C28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C28 is #FFF3D7. Grayscale: #0B0B0B. Windows color (decimal): -16774104 or 2624512. OLE color: 2624512.

HSL color Cylindrical-coordinate representation of color #000C28: hue angle of 222º 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 #000C28 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB01240-
CMYK10.7000.84
HSL222º100%7.84%-
HSV(B)222º100%15.69%-
XYZ0.510.422.06-
YUV11.6144.02119.72-

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) = 23.08%
BLUE value IS 40 (16.02% from 255) = 76.92%
R=0%
G=23.08%
B=76.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0124010.7000.842221007.84
Hex0C286446054de648
Octal01450144106012433614410
Binary0110010100011001001000110010101001101111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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