#042931

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

Shades of Black Pearl #042931

Tints of Black Pearl #042931

Color information

#042931 (or 0x042931) is unknown color: approx Black Pearl. HEX triplet: 04, 29 and 31. RGB value is (4,41,49). Sum of RGB (Red+Green+Blue) = 4+41+49=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #042931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042931 is #FBD6CE. Grayscale: #1E1E1E. Windows color (decimal): -16504527 or 3221764. OLE color: 3221764.

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

Color convert

RGB44149-
CMYK0.920.1600.81
HSL190.67º84.91%10.39%-
HSV(B)190.67º91.84%19.22%-
XYZ1.41.833.19-
YUV30.85138.24108.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 41 (16.41% from 255) = 43.62%
BLUE value IS 49 (19.53% from 255) = 52.13%
R=4.26%
G=43.62%
B=52.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal441490.920.1600.81190.6784.9110.39
Hex429315C10051bf55a
Octal4516113420012127712512
Binary100101001110001101110010000010100011011111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042931; }

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

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

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

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

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

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

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

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