#062332

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

Shades of Black Pearl #062332

Tints of Black Pearl #062332

Color information

#062332 (or 0x062332) is unknown color: approx Black Pearl. HEX triplet: 06, 23 and 32. RGB value is (6,35,50). Sum of RGB (Red+Green+Blue) = 6+35+50=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #062332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062332 is #F9DCCD. Grayscale: #1B1B1B. Windows color (decimal): -16374990 or 3285766. OLE color: 3285766.

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

Color convert

RGB63550-
CMYK0.880.3000.80
HSL200.45º78.57%10.98%-
HSV(B)200.45º88%19.61%-
XYZ1.251.473.24-
YUV28.04140.39112.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 50 (19.92% from 255) = 54.95%
R=6.59%
G=38.46%
B=54.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal635500.880.3000.80200.4578.5710.98
Hex62332581E050c84fb
Octal6436213036012031011713
Binary110100011110010101100011110010100001100100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062332; }

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

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

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

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

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

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

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

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