#06001C

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

Shades of Black Russian #06001C

Tints of Black Russian #06001C

Color information

#06001C (or 0x06001C) is unknown color: approx Black Russian. HEX triplet: 06, 00 and 1C. RGB value is (6,0,28). Sum of RGB (Red+Green+Blue) = 6+0+28=34 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.65% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 28 (11.33% from 255 or 82.35% from 34); Max value from RGB is 28 - color contains mainly: blue. Hex color #06001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06001C is #F9FFE3. Grayscale: #040404. Windows color (decimal): -16383972 or 1835014. OLE color: 1835014.

HSL color Cylindrical-coordinate representation of color #06001C: hue angle of 252.86º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06001C is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB6028-
CMYK0.79100.89
HSL252.86º100%5.49%-
HSV(B)252.86º100%10.98%-
XYZ0.280.121.11-
YUV4.99140.99128.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 17.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 82.35%
R=17.65%
G=0%
B=82.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal60280.79100.89252.861005.49
Hex601C4F64059fd645
Octal603411714401313751445
Binary1100111001001111110010001011001111111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,0,28); }

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

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

 a { background-color: rgb(6,0,28); }

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

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

 span { border-color: rgb(6,0,28); }

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