#020308

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

Shades of Black Russian #020308

Tints of Black Russian #020308

Color information

#020308 (or 0x020308) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 08. RGB value is (2,3,8). Sum of RGB (Red+Green+Blue) = 2+3+8=13 (1% of max value = 765). Red value is 2 (1.17% from 255 or 15.38% from 13); Green value is 3 (1.56% from 255 or 23.08% from 13); Blue value is 8 (3.52% from 255 or 61.54% from 13); Max value from RGB is 8 - color contains mainly: blue. Hex color #020308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020308 is #FDFCF7. Grayscale: #030303. Windows color (decimal): -16645368 or 525058. OLE color: 525058.

HSL color Cylindrical-coordinate representation of color #020308: hue angle of 230º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #020308 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB238-
CMYK0.750.6300.97
HSL230º60%1.96%-
HSV(B)230º75%3.14%-
XYZ0.10.10.24-
YUV3.27130.67127.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 15.38%
GREEN value IS 3 (1.56% from 255) = 23.08%
BLUE value IS 8 (3.52% from 255) = 61.54%
R=15.38%
G=23.08%
B=61.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal2380.750.6300.97230601.96
Hex2384B3F061e63c2
Octal2310113770141346742
Binary101110001001011111111011000011110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020308; }

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

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

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

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

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

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

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

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