#062435

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

Shades of Black Pearl #062435

Tints of Black Pearl #062435

Color information

#062435 (or 0x062435) is unknown color: approx Black Pearl. HEX triplet: 06, 24 and 35. RGB value is (6,36,53). Sum of RGB (Red+Green+Blue) = 6+36+53=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #062435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062435 is #F9DBCA. Grayscale: #1C1C1C. Windows color (decimal): -16374731 or 3482630. OLE color: 3482630.

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

Color convert

RGB63653-
CMYK0.890.3200.79
HSL201.7º79.66%11.57%-
HSV(B)201.7º88.68%20.78%-
XYZ1.351.563.6-
YUV28.97141.56111.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 53 (21.09% from 255) = 55.79%
R=6.32%
G=37.89%
B=55.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal636530.890.3200.79201.779.6611.57
Hex62435592004Fca50c
Octal6446513140011731212014
Binary1101001001101011011001100000010011111100101010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062435; }

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

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

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

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

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

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

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

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