#062126

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

Shades of Black Pearl #062126

Tints of Black Pearl #062126

Color information

#062126 (or 0x062126) is unknown color: approx Black Pearl. HEX triplet: 06, 21 and 26. RGB value is (6,33,38). Sum of RGB (Red+Green+Blue) = 6+33+38=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #062126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062126 is #F9DED9. Grayscale: #191919. Windows color (decimal): -16375514 or 2498822. OLE color: 2498822.

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

Color convert

RGB63338-
CMYK0.840.1300.85
HSL189.38º72.73%8.63%-
HSV(B)189.38º84.21%14.9%-
XYZ0.971.272.03-
YUV25.5135.05114.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 33 (13.28% from 255) = 42.86%
BLUE value IS 38 (15.23% from 255) = 49.35%
R=7.79%
G=42.86%
B=49.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal633380.840.1300.85189.3872.738.63
Hex6212654D055bd499
Octal6414612415012527511111
Binary11010000110011010101001101010101011011110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062126; }

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

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

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

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

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

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

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

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