#062431

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

Shades of Black Pearl #062431

Tints of Black Pearl #062431

Color information

#062431 (or 0x062431) is unknown color: approx Black Pearl. HEX triplet: 06, 24 and 31. RGB value is (6,36,49). Sum of RGB (Red+Green+Blue) = 6+36+49=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #062431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062431 is #F9DBCE. Grayscale: #1C1C1C. Windows color (decimal): -16374735 or 3220486. OLE color: 3220486.

HSL color Cylindrical-coordinate representation of color #062431: hue angle of 198.14º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062431 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB63649-
CMYK0.880.2700.81
HSL198.14º78.18%10.78%-
HSV(B)198.14º87.76%19.22%-
XYZ1.261.523.13-
YUV28.51139.56111.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 49 (19.53% from 255) = 53.85%
R=6.59%
G=39.56%
B=53.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal636490.880.2700.81198.1478.1810.78
Hex62431581B051c64eb
Octal6446113033012130611613
Binary110100100110001101100011011010100011100011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062431; }

 p { color: rgb(6,36,49); }

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

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

 a { background-color: rgb(6,36,49); }

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

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

 span { border-color: rgb(6,36,49); }

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