#06030C

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

Shades of Black Russian #06030C

Tints of Black Russian #06030C

Color information

#06030C (or 0x06030C) is unknown color: approx Black Russian. HEX triplet: 06, 03 and 0C. RGB value is (6,3,12). Sum of RGB (Red+Green+Blue) = 6+3+12=21 (2% of max value = 765). Red value is 6 (2.73% from 255 or 28.57% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 12 (5.08% from 255 or 57.14% from 21); Max value from RGB is 12 - color contains mainly: blue. Hex color #06030C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06030C is #F9FCF3. Grayscale: #040404. Windows color (decimal): -16383220 or 787206. OLE color: 787206.

HSL color Cylindrical-coordinate representation of color #06030C: hue angle of 260º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #06030C is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB6312-
CMYK0.500.7500.95
HSL260º60%2.94%-
HSV(B)260º75%4.71%-
XYZ0.170.130.36-
YUV4.92131.99128.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 28.57%
GREEN value IS 3 (1.56% from 255) = 14.29%
BLUE value IS 12 (5.08% from 255) = 57.14%
R=28.57%
G=14.29%
B=57.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal63120.500.7500.95260602.94
Hex63C324B05F1043c3
Octal6314621130137404743
Binary11011110011001010010110101111110000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06030C; }

 p { color: rgb(6,3,12); }

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

<style>
 a { background-color: #06030C; }

 a { background-color: rgb(6,3,12); }

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

<style>
 span { border-color: #06030C; }

 span { border-color: rgb(6,3,12); }

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