#062334

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

Shades of Black Pearl #062334

Tints of Black Pearl #062334

Color information

#062334 (or 0x062334) is unknown color: approx Black Pearl. HEX triplet: 06, 23 and 34. RGB value is (6,35,52). Sum of RGB (Red+Green+Blue) = 6+35+52=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 52 (20.70% from 255 or 55.91% from 93); Max value from RGB is 52 - color contains mainly: blue. Hex color #062334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062334 is #F9DCCB. Grayscale: #1C1C1C. Windows color (decimal): -16374988 or 3416838. OLE color: 3416838.

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

Color convert

RGB63552-
CMYK0.880.3300.80
HSL202.17º79.31%11.37%-
HSV(B)202.17º88.46%20.39%-
XYZ1.31.493.47-
YUV28.27141.39112.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 35 (14.06% from 255) = 37.63%
BLUE value IS 52 (20.70% from 255) = 55.91%
R=6.45%
G=37.63%
B=55.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal635520.880.3300.80202.1779.3111.37
Hex623345821050ca4fb
Octal6436413041012031211713
Binary1101000111101001011000100001010100001100101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062334; }

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

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

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

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

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

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

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

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