#062335

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

Shades of Black Pearl #062335

Tints of Black Pearl #062335

Color information

#062335 (or 0x062335) is unknown color: approx Black Pearl. HEX triplet: 06, 23 and 35. RGB value is (6,35,53). Sum of RGB (Red+Green+Blue) = 6+35+53=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 53 (21.09% from 255 or 56.38% from 94); Max value from RGB is 53 - color contains mainly: blue. Hex color #062335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062335 is #F9DCCA. Grayscale: #1C1C1C. Windows color (decimal): -16374987 or 3482374. OLE color: 3482374.

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

Color convert

RGB63553-
CMYK0.890.3400.79
HSL202.98º79.66%11.57%-
HSV(B)202.98º88.68%20.78%-
XYZ1.321.53.59-
YUV28.38141.89112.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 53 (21.09% from 255) = 56.38%
R=6.38%
G=37.23%
B=56.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal635530.890.3400.79202.9879.6611.57
Hex62335592204Fcb50c
Octal6436513142011731312014
Binary1101000111101011011001100010010011111100101110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062335; }

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

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

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

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

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

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

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

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