#062831

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

Shades of Black Pearl #062831

Tints of Black Pearl #062831

Color information

#062831 (or 0x062831) is unknown color: approx Black Pearl. HEX triplet: 06, 28 and 31. RGB value is (6,40,49). Sum of RGB (Red+Green+Blue) = 6+40+49=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #062831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062831 is #F9D7CE. Grayscale: #1E1E1E. Windows color (decimal): -16373711 or 3221510. OLE color: 3221510.

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

Color convert

RGB64049-
CMYK0.880.1800.81
HSL192.56º78.18%10.78%-
HSV(B)192.56º87.76%19.22%-
XYZ1.391.783.18-
YUV30.86138.24110.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 40 (16.02% from 255) = 42.11%
BLUE value IS 49 (19.53% from 255) = 51.58%
R=6.32%
G=42.11%
B=51.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal640490.880.1800.81192.5678.1810.78
Hex628315812051c14eb
Octal6506113022012130111613
Binary110101000110001101100010010010100011100000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062831; }

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

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

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

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

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

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

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

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