#042231

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

Shades of Black Pearl #042231

Tints of Black Pearl #042231

Color information

#042231 (or 0x042231) is unknown color: approx Black Pearl. HEX triplet: 04, 22 and 31. RGB value is (4,34,49). Sum of RGB (Red+Green+Blue) = 4+34+49=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #042231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042231 is #FBDDCE. Grayscale: #1A1A1A. Windows color (decimal): -16506319 or 3219972. OLE color: 3219972.

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

Color convert

RGB43449-
CMYK0.920.3100.81
HSL200º84.91%10.39%-
HSV(B)200º91.84%19.22%-
XYZ1.181.393.11-
YUV26.74140.56111.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.60%
GREEN value IS 34 (13.67% from 255) = 39.08%
BLUE value IS 49 (19.53% from 255) = 56.32%
R=4.60%
G=39.08%
B=56.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal434490.920.3100.8120084.9110.39
Hex422315C1F051c855a
Octal4426113437012131012512
Binary100100010110001101110011111010100011100100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042231; }

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

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

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

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

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

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

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

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