#042531

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

Shades of Black Pearl #042531

Tints of Black Pearl #042531

Color information

#042531 (or 0x042531) is unknown color: approx Black Pearl. HEX triplet: 04, 25 and 31. RGB value is (4,37,49). Sum of RGB (Red+Green+Blue) = 4+37+49=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #042531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042531 is #FBDACE. Grayscale: #1C1C1C. Windows color (decimal): -16505551 or 3220740. OLE color: 3220740.

HSL color Cylindrical-coordinate representation of color #042531: hue angle of 196º 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 #042531 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB43749-
CMYK0.920.2400.81
HSL196º84.91%10.39%-
HSV(B)196º91.84%19.22%-
XYZ1.271.573.14-
YUV28.5139.57110.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.44%
GREEN value IS 37 (14.84% from 255) = 41.11%
BLUE value IS 49 (19.53% from 255) = 54.44%
R=4.44%
G=41.11%
B=54.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal437490.920.2400.8119684.9110.39
Hex425315C18051c455a
Octal4456113430012130412512
Binary100100101110001101110011000010100011100010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042531; }

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

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

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

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

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

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

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

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