#042336

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

Shades of Black Pearl #042336

Tints of Black Pearl #042336

Color information

#042336 (or 0x042336) is unknown color: approx Black Pearl. HEX triplet: 04, 23 and 36. RGB value is (4,35,54). Sum of RGB (Red+Green+Blue) = 4+35+54=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #042336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042336 is #FBDCC9. Grayscale: #1B1B1B. Windows color (decimal): -16506058 or 3547908. OLE color: 3547908.

HSL color Cylindrical-coordinate representation of color #042336: hue angle of 202.8º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #042336 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB43554-
CMYK0.930.3500.79
HSL202.8º86.21%11.37%-
HSV(B)202.8º92.59%21.18%-
XYZ1.321.493.71-
YUV27.9142.73110.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 35 (14.06% from 255) = 37.63%
BLUE value IS 54 (21.48% from 255) = 58.06%
R=4.30%
G=37.63%
B=58.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal435540.930.3500.79202.886.2111.37
Hex423365D2304Fcb56b
Octal4436613543011731312613
Binary1001000111101101011101100011010011111100101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042336; }

 p { color: rgb(4,35,54); }

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

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

 a { background-color: rgb(4,35,54); }

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

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

 span { border-color: rgb(4,35,54); }

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