#042128

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

Shades of Black Pearl #042128

Tints of Black Pearl #042128

Color information

#042128 (or 0x042128) is unknown color: approx Black Pearl. HEX triplet: 04, 21 and 28. RGB value is (4,33,40). Sum of RGB (Red+Green+Blue) = 4+33+40=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #042128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042128 is #FBDED7. Grayscale: #191919. Windows color (decimal): -16506584 or 2629892. OLE color: 2629892.

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

Color convert

RGB43340-
CMYK0.900.1700.84
HSL191.67º81.82%8.63%-
HSV(B)191.67º90%15.69%-
XYZ0.981.272.2-
YUV25.13136.39112.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.19%
GREEN value IS 33 (13.28% from 255) = 42.86%
BLUE value IS 40 (16.02% from 255) = 51.95%
R=5.19%
G=42.86%
B=51.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal433400.900.1700.84191.6781.828.63
Hex421285A11054c0529
Octal4415013221012430012211
Binary100100001101000101101010001010101001100000010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042128; }

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

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

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

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

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

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

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

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