#042328

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

Shades of Black Pearl #042328

Tints of Black Pearl #042328

Color information

#042328 (or 0x042328) is unknown color: approx Black Pearl. HEX triplet: 04, 23 and 28. RGB value is (4,35,40). Sum of RGB (Red+Green+Blue) = 4+35+40=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #042328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042328 is #FBDCD7. Grayscale: #1A1A1A. Windows color (decimal): -16506072 or 2630404. OLE color: 2630404.

HSL color Cylindrical-coordinate representation of color #042328: hue angle of 188.33º degrees, saturation: 0.82, 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 #042328 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB43540-
CMYK0.900.1200.84
HSL188.33º81.82%8.63%-
HSV(B)188.33º90%15.69%-
XYZ1.031.382.22-
YUV26.3135.73112.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.06%
GREEN value IS 35 (14.06% from 255) = 44.30%
BLUE value IS 40 (16.02% from 255) = 50.63%
R=5.06%
G=44.30%
B=50.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal435400.900.1200.84188.3381.828.63
Hex423285AC054bc529
Octal4435013214012427412211
Binary10010001110100010110101100010101001011110010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042328; }

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

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

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

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

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

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

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

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