#030201

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

Shades of Black #030201

Tints of Black #030201

Color information

#030201 (or 0x030201) is unknown color: approx Black. HEX triplet: 03, 02 and 01. RGB value is (3,2,1). Sum of RGB (Red+Green+Blue) = 3+2+1=6 (0% of max value = 765). Red value is 3 (1.56% from 255 or 50% from 6); Green value is 2 (1.17% from 255 or 33.33% from 6); Blue value is 1 (0.78% from 255 or 16.67% from 6); Max value from RGB is 3 - color contains mainly: red. Hex color #030201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030201 is #FCFDFE. Grayscale: #020202. Windows color (decimal): -16580095 or 66051. OLE color: 66051.

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

Color convert

RGB321-
CMYK00.330.670.99
HSL30º50%0.78%-
HSV(B)30º66.67%1.18%-
XYZ0.060.060.04-
YUV2.18127.33128.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 33.33%
BLUE value IS 1 (0.78% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal32100.330.670.9930500.78
Hex32102143631e321
Octal32104110314336621
Binary11101010000110000111100011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030201; }

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

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

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

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

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

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

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

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