#030202

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

Shades of Black #030202

Tints of Black #030202

Color information

#030202 (or 0x030202) is unknown color: approx Black. HEX triplet: 03, 02 and 02. RGB value is (3,2,2). Sum of RGB (Red+Green+Blue) = 3+2+2=7 (0% of max value = 765). Red value is 3 (1.56% from 255 or 42.86% from 7); Green value is 2 (1.17% from 255 or 28.57% from 7); Blue value is 2 (1.17% from 255 or 28.57% from 7); Max value from RGB is 3 - color contains mainly: red. Hex color #030202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030202 is #FCFDFD. Grayscale: #020202. Windows color (decimal): -16580094 or 131587. OLE color: 131587.

HSL color Cylindrical-coordinate representation of color #030202: hue angle of 0º degrees, saturation: 0.2, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #030202 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.99.

Color convert

RGB322-
CMYK00.330.330.99
HSL20%0.98%-
HSV(B)33.33%1.18%-
XYZ0.070.070.07-
YUV2.3127.83128.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 42.86%
GREEN value IS 2 (1.17% from 255) = 28.57%
BLUE value IS 2 (1.17% from 255) = 28.57%
R=42.86%
G=28.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal32200.330.330.990200.98
Hex32202121630141
Octal322041411430241
Binary111010010000110000111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030202; }

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

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

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

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

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

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

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

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