#042731

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

Shades of Black Pearl #042731

Tints of Black Pearl #042731

Color information

#042731 (or 0x042731) is unknown color: approx Black Pearl. HEX triplet: 04, 27 and 31. RGB value is (4,39,49). Sum of RGB (Red+Green+Blue) = 4+39+49=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #042731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042731 is #FBD8CE. Grayscale: #1D1D1D. Windows color (decimal): -16505039 or 3221252. OLE color: 3221252.

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

Color convert

RGB43949-
CMYK0.920.2000.81
HSL193.33º84.91%10.39%-
HSV(B)193.33º91.84%19.22%-
XYZ1.331.73.16-
YUV29.67138.9109.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.35%
GREEN value IS 39 (15.62% from 255) = 42.39%
BLUE value IS 49 (19.53% from 255) = 53.26%
R=4.35%
G=42.39%
B=53.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal439490.920.2000.81193.3384.9110.39
Hex427315C14051c155a
Octal4476113424012130112512
Binary100100111110001101110010100010100011100000110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042731; }

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

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

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

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

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

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

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

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