#062232

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

Shades of Black Pearl #062232

Tints of Black Pearl #062232

Color information

#062232 (or 0x062232) is unknown color: approx Black Pearl. HEX triplet: 06, 22 and 32. RGB value is (6,34,50). Sum of RGB (Red+Green+Blue) = 6+34+50=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #062232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062232 is #F9DDCD. Grayscale: #1B1B1B. Windows color (decimal): -16375246 or 3285510. OLE color: 3285510.

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

Color convert

RGB63450-
CMYK0.880.3200.80
HSL201.82º78.57%10.98%-
HSV(B)201.82º88%19.61%-
XYZ1.221.413.23-
YUV27.45140.72112.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.67%
GREEN value IS 34 (13.67% from 255) = 37.78%
BLUE value IS 50 (19.92% from 255) = 55.56%
R=6.67%
G=37.78%
B=55.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal634500.880.3200.80201.8278.5710.98
Hex622325820050ca4fb
Octal6426213040012031211713
Binary1101000101100101011000100000010100001100101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062232; }

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

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

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

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

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

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

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

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