#062035

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

Shades of Black Pearl #062035

Tints of Black Pearl #062035

Color information

#062035 (or 0x062035) is unknown color: approx Black Pearl. HEX triplet: 06, 20 and 35. RGB value is (6,32,53). Sum of RGB (Red+Green+Blue) = 6+32+53=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 53 (21.09% from 255 or 58.24% from 91); Max value from RGB is 53 - color contains mainly: blue. Hex color #062035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062035 is #F9DFCA. Grayscale: #1A1A1A. Windows color (decimal): -16375755 or 3481606. OLE color: 3481606.

HSL color Cylindrical-coordinate representation of color #062035: hue angle of 206.81º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #062035 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB63253-
CMYK0.890.4000.79
HSL206.81º79.66%11.57%-
HSV(B)206.81º88.68%20.78%-
XYZ1.231.333.56-
YUV26.62142.89113.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 32 (12.89% from 255) = 35.16%
BLUE value IS 53 (21.09% from 255) = 58.24%
R=6.59%
G=35.16%
B=58.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal632530.890.4000.79206.8179.6611.57
Hex62035592804Fcf50c
Octal6406513150011731712014
Binary1101000001101011011001101000010011111100111110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062035; }

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

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

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

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

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

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

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

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