#042131

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

Shades of Black Pearl #042131

Tints of Black Pearl #042131

Color information

#042131 (or 0x042131) is unknown color: approx Black Pearl. HEX triplet: 04, 21 and 31. RGB value is (4,33,49). Sum of RGB (Red+Green+Blue) = 4+33+49=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #042131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042131 is #FBDECE. Grayscale: #1A1A1A. Windows color (decimal): -16506575 or 3219716. OLE color: 3219716.

HSL color Cylindrical-coordinate representation of color #042131: hue angle of 201.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042131 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB43349-
CMYK0.920.3300.81
HSL201.33º84.91%10.39%-
HSV(B)201.33º91.84%19.22%-
XYZ1.151.343.1-
YUV26.15140.89112.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.65%
GREEN value IS 33 (13.28% from 255) = 38.37%
BLUE value IS 49 (19.53% from 255) = 56.98%
R=4.65%
G=38.37%
B=56.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal433490.920.3300.81201.3384.9110.39
Hex421315C21051c955a
Octal4416113441012131112512
Binary1001000011100011011100100001010100011100100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042131; }

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

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

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

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

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

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

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

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