#02061A

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

Shades of Black Russian #02061A

Tints of Black Russian #02061A

Color information

#02061A (or 0x02061A) is unknown color: approx Black Russian. HEX triplet: 02, 06 and 1A. RGB value is (2,6,26). Sum of RGB (Red+Green+Blue) = 2+6+26=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 26 (10.55% from 255 or 76.47% from 34); Max value from RGB is 26 - color contains mainly: blue. Hex color #02061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02061A is #FDF9E5. Grayscale: #070707. Windows color (decimal): -16644582 or 1705474. OLE color: 1705474.

HSL color Cylindrical-coordinate representation of color #02061A: hue angle of 230º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #02061A is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB2626-
CMYK0.920.7700.90
HSL230º85.71%5.49%-
HSV(B)230º92.31%10.2%-
XYZ0.280.221-
YUV7.08138.67124.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.88%
GREEN value IS 6 (2.73% from 255) = 17.65%
BLUE value IS 26 (10.55% from 255) = 76.47%
R=5.88%
G=17.65%
B=76.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26260.920.7700.9023085.715.49
Hex261A5C4D05Ae6565
Octal263213411501323461265
Binary10110110101011100100110101011010111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02061A; }

 p { color: rgb(2,6,26); }

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

<style>
 a { background-color: #02061A; }

 a { background-color: rgb(2,6,26); }

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

<style>
 span { border-color: #02061A; }

 span { border-color: rgb(2,6,26); }

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