#042127

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

Shades of Black Pearl #042127

Tints of Black Pearl #042127

Color information

#042127 (or 0x042127) is unknown color: approx Black Pearl. HEX triplet: 04, 21 and 27. RGB value is (4,33,39). Sum of RGB (Red+Green+Blue) = 4+33+39=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #042127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042127 is #FBDED8. Grayscale: #181818. Windows color (decimal): -16506585 or 2564356. OLE color: 2564356.

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

Color convert

RGB43339-
CMYK0.900.1500.85
HSL190.29º81.4%8.43%-
HSV(B)190.29º89.74%15.29%-
XYZ0.961.262.11-
YUV25.01135.89113.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.26%
GREEN value IS 33 (13.28% from 255) = 43.42%
BLUE value IS 39 (15.62% from 255) = 51.32%
R=5.26%
G=43.42%
B=51.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal433390.900.1500.85190.2981.48.43
Hex421275AF055be518
Octal4414713217012527612110
Binary10010000110011110110101111010101011011111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042127; }

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

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

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

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

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

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

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

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