#030208

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

Shades of Black Russian #030208

Tints of Black Russian #030208

Color information

#030208 (or 0x030208) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 08. RGB value is (3,2,8). Sum of RGB (Red+Green+Blue) = 3+2+8=13 (1% of max value = 765). Red value is 3 (1.56% from 255 or 23.08% from 13); Green value is 2 (1.17% from 255 or 15.38% 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 #030208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030208 is #FCFDF7. Grayscale: #020202. Windows color (decimal): -16580088 or 524803. OLE color: 524803.

HSL color Cylindrical-coordinate representation of color #030208: hue angle of 250º 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 #030208 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB328-
CMYK0.630.7500.97
HSL250º60%1.96%-
HSV(B)250º75%3.14%-
XYZ0.10.080.24-
YUV2.98130.83128.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal3280.630.7500.97250601.96
Hex3283F4B061fa3c2
Octal3210771130141372742
Binary111010001111111001011011000011111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030208; }

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

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

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

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

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

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

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

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