#062434

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

Shades of Black Pearl #062434

Tints of Black Pearl #062434

Color information

#062434 (or 0x062434) is unknown color: approx Black Pearl. HEX triplet: 06, 24 and 34. RGB value is (6,36,52). Sum of RGB (Red+Green+Blue) = 6+36+52=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 52 (20.70% from 255 or 55.32% from 94); Max value from RGB is 52 - color contains mainly: blue. Hex color #062434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062434 is #F9DBCB. Grayscale: #1C1C1C. Windows color (decimal): -16374732 or 3417094. OLE color: 3417094.

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

Color convert

RGB63652-
CMYK0.880.3100.80
HSL200.87º79.31%11.37%-
HSV(B)200.87º88.46%20.39%-
XYZ1.331.553.48-
YUV28.85141.06111.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 36 (14.45% from 255) = 38.30%
BLUE value IS 52 (20.70% from 255) = 55.32%
R=6.38%
G=38.30%
B=55.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal636520.880.3100.80200.8779.3111.37
Hex62434581F050c94fb
Octal6446413037012031111713
Binary110100100110100101100011111010100001100100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062434; }

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

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

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

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

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

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

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

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