#062A34

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

Shades of Black Pearl #062A34

Tints of Black Pearl #062A34

Color information

#062A34 (or 0x062A34) is unknown color: approx Black Pearl. HEX triplet: 06, 2A and 34. RGB value is (6,42,52). Sum of RGB (Red+Green+Blue) = 6+42+52=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #062A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A34 is #F9D5CB. Grayscale: #202020. Windows color (decimal): -16373196 or 3418630. OLE color: 3418630.

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

Color convert

RGB64252-
CMYK0.880.1900.80
HSL193.04º79.31%11.37%-
HSV(B)193.04º88.46%20.39%-
XYZ1.521.943.54-
YUV32.38139.07109.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6%
GREEN value IS 42 (16.80% from 255) = 42%
BLUE value IS 52 (20.70% from 255) = 52%
R=6%
G=42%
B=52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal642520.880.1900.80193.0479.3111.37
Hex62A345813050c14fb
Octal6526413023012030111713
Binary110101010110100101100010011010100001100000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062A34; }

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

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

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

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

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

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

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

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