#062032

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

Shades of Black Pearl #062032

Tints of Black Pearl #062032

Color information

#062032 (or 0x062032) is unknown color: approx Black Pearl. HEX triplet: 06, 20 and 32. RGB value is (6,32,50). Sum of RGB (Red+Green+Blue) = 6+32+50=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #062032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062032 is #F9DFCD. Grayscale: #1A1A1A. Windows color (decimal): -16375758 or 3284998. OLE color: 3284998.

HSL color Cylindrical-coordinate representation of color #062032: hue angle of 204.55º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062032 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB63250-
CMYK0.880.3600.80
HSL204.55º78.57%10.98%-
HSV(B)204.55º88%19.61%-
XYZ1.171.33.21-
YUV26.28141.39113.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 50 (19.92% from 255) = 56.82%
R=6.82%
G=36.36%
B=56.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal632500.880.3600.80204.5578.5710.98
Hex620325824050cd4fb
Octal6406213044012031511713
Binary1101000001100101011000100100010100001100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062032; }

 p { color: rgb(6,32,50); }

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

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

 a { background-color: rgb(6,32,50); }

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

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

 span { border-color: rgb(6,32,50); }

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