#02082D

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

Shades of Black Russian #02082D

Tints of Black Russian #02082D

Color information

#02082D (or 0x02082D) is unknown color: approx Black Russian. HEX triplet: 02, 08 and 2D. RGB value is (2,8,45). Sum of RGB (Red+Green+Blue) = 2+8+45=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 8 (3.52% from 255 or 14.55% from 55); Blue value is 45 (17.97% from 255 or 81.82% from 55); Max value from RGB is 45 - color contains mainly: blue. Hex color #02082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02082D is #FDF7D2. Grayscale: #0A0A0A. Windows color (decimal): -16644051 or 2951170. OLE color: 2951170.

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

Color convert

RGB2845-
CMYK0.960.8200.82
HSL231.63º91.49%9.22%-
HSV(B)231.63º95.56%17.65%-
XYZ0.590.382.52-
YUV10.42147.51121.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.64%
GREEN value IS 8 (3.52% from 255) = 14.55%
BLUE value IS 45 (17.97% from 255) = 81.82%
R=3.64%
G=14.55%
B=81.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal28450.960.8200.82231.6391.499.22
Hex282D6052052e85b9
Octal21055140122012235013311
Binary10100010110111000001010010010100101110100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02082D; }

 p { color: rgb(2,8,45); }

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

<style>
 a { background-color: #02082D; }

 a { background-color: rgb(2,8,45); }

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

<style>
 span { border-color: #02082D; }

 span { border-color: rgb(2,8,45); }

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