#062129

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

Shades of Black Pearl #062129

Tints of Black Pearl #062129

Color information

#062129 (or 0x062129) is unknown color: approx Black Pearl. HEX triplet: 06, 21 and 29. RGB value is (6,33,41). Sum of RGB (Red+Green+Blue) = 6+33+41=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 41 (16.41% from 255 or 51.25% from 80); Max value from RGB is 41 - color contains mainly: blue. Hex color #062129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062129 is #F9DED6. Grayscale: #191919. Windows color (decimal): -16375511 or 2695430. OLE color: 2695430.

HSL color Cylindrical-coordinate representation of color #062129: hue angle of 193.71º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #062129 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB63341-
CMYK0.850.2000.84
HSL193.71º74.47%9.22%-
HSV(B)193.71º85.37%16.08%-
XYZ1.021.292.29-
YUV25.84136.55113.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.5%
GREEN value IS 33 (13.28% from 255) = 41.25%
BLUE value IS 41 (16.41% from 255) = 51.25%
R=7.5%
G=41.25%
B=51.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal633410.850.2000.84193.7174.479.22
Hex621295514054c24a9
Octal6415112524012430211211
Binary110100001101001101010110100010101001100001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062129; }

 p { color: rgb(6,33,41); }

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

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

 a { background-color: rgb(6,33,41); }

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

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

 span { border-color: rgb(6,33,41); }

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