#04202A

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

Shades of Black Pearl #04202A

Tints of Black Pearl #04202A

Color information

#04202A (or 0x04202A) is unknown color: approx Black Pearl. HEX triplet: 04, 20 and 2A. RGB value is (4,32,42). Sum of RGB (Red+Green+Blue) = 4+32+42=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #04202A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04202A is #FBDFD5. Grayscale: #181818. Windows color (decimal): -16506838 or 2760708. OLE color: 2760708.

HSL color Cylindrical-coordinate representation of color #04202A: hue angle of 195.79º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04202A is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB43242-
CMYK0.900.2400.84
HSL195.79º82.61%9.02%-
HSV(B)195.79º90.48%16.47%-
XYZ0.981.232.38-
YUV24.77137.72113.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.13%
GREEN value IS 32 (12.89% from 255) = 41.03%
BLUE value IS 42 (16.80% from 255) = 53.85%
R=5.13%
G=41.03%
B=53.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal432420.900.2400.84195.7982.619.02
Hex4202A5A18054c4539
Octal4405213230012430412311
Binary100100000101010101101011000010101001100010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04202A; }

 p { color: rgb(4,32,42); }

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

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

 a { background-color: rgb(4,32,42); }

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

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

 span { border-color: rgb(4,32,42); }

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