#042033

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

Shades of Black Pearl #042033

Tints of Black Pearl #042033

Color information

#042033 (or 0x042033) is unknown color: approx Black Pearl. HEX triplet: 04, 20 and 33. RGB value is (4,32,51). Sum of RGB (Red+Green+Blue) = 4+32+51=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 51 (20.31% from 255 or 58.62% from 87); Max value from RGB is 51 - color contains mainly: blue. Hex color #042033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042033 is #FBDFCC. Grayscale: #191919. Windows color (decimal): -16506829 or 3350532. OLE color: 3350532.

HSL color Cylindrical-coordinate representation of color #042033: hue angle of 204.26º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042033 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB43251-
CMYK0.920.3700.8
HSL204.26º85.45%10.78%-
HSV(B)204.26º92.16%20%-
XYZ1.161.33.32-
YUV25.79142.22112.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.60%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 51 (20.31% from 255) = 58.62%
R=4.60%
G=36.78%
B=58.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal432510.920.3700.8204.2685.4510.78
Hex420335C25050cc55b
Octal4406313445012031412513
Binary1001000001100111011100100101010100001100110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042033; }

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

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

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

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

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

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

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

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