#02002F

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

Shades of Black Russian #02002F

Tints of Black Russian #02002F

Color information

#02002F (or 0x02002F) is unknown color: approx Black Russian. HEX triplet: 02, 00 and 2F. RGB value is (2,0,47). Sum of RGB (Red+Green+Blue) = 2+0+47=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 47 (18.75% from 255 or 95.92% from 49); Max value from RGB is 47 - color contains mainly: blue. Hex color #02002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02002F is #FDFFD0. Grayscale: #050505. Windows color (decimal): -16646097 or 3080194. OLE color: 3080194.

HSL color Cylindrical-coordinate representation of color #02002F: hue angle of 242.55º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02002F is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB2047-
CMYK0.96100.82
HSL242.55º100%9.22%-
HSV(B)242.55º100%18.43%-
XYZ0.540.222.7-
YUV5.96151.16125.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 95.92%
R=4.08%
G=0%
B=95.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal20470.96100.82242.551009.22
Hex202F6064052f3649
Octal2057140144012236314411
Binary10010111111000001100100010100101111001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02002F; }

 p { color: rgb(2,0,47); }

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

<style>
 a { background-color: #02002F; }

 a { background-color: rgb(2,0,47); }

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

<style>
 span { border-color: #02002F; }

 span { border-color: rgb(2,0,47); }

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