#042027

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

Shades of Black Pearl #042027

Tints of Black Pearl #042027

Color information

#042027 (or 0x042027) is unknown color: approx Black Pearl. HEX triplet: 04, 20 and 27. RGB value is (4,32,39). Sum of RGB (Red+Green+Blue) = 4+32+39=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #042027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042027 is #FBDFD8. Grayscale: #181818. Windows color (decimal): -16506841 or 2564100. OLE color: 2564100.

HSL color Cylindrical-coordinate representation of color #042027: hue angle of 192º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042027 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB43239-
CMYK0.900.1800.85
HSL192º81.4%8.43%-
HSV(B)192º89.74%15.29%-
XYZ0.931.212.1-
YUV24.43136.22113.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.33%
GREEN value IS 32 (12.89% from 255) = 42.67%
BLUE value IS 39 (15.62% from 255) = 52%
R=5.33%
G=42.67%
B=52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal432390.900.1800.8519281.48.43
Hex420275A12055c0518
Octal4404713222012530012110
Binary100100000100111101101010010010101011100000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042027; }

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

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

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

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

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

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

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

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