#062225

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

Shades of Black Pearl #062225

Tints of Black Pearl #062225

Color information

#062225 (or 0x062225) is unknown color: approx Black Pearl. HEX triplet: 06, 22 and 25. RGB value is (6,34,37). Sum of RGB (Red+Green+Blue) = 6+34+37=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 34 (13.67% from 255 or 44.16% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #062225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062225 is #F9DDDA. Grayscale: #191919. Windows color (decimal): -16375259 or 2433542. OLE color: 2433542.

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

Color convert

RGB63437-
CMYK0.840.0800.85
HSL185.81º72.09%8.43%-
HSV(B)185.81º83.78%14.51%-
XYZ0.981.321.95-
YUV25.97134.22113.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 34 (13.67% from 255) = 44.16%
BLUE value IS 37 (14.84% from 255) = 48.05%
R=7.79%
G=44.16%
B=48.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal634370.840.0800.85185.8172.098.43
Hex62225548055ba488
Octal6424512410012527211010
Binary11010001010010110101001000010101011011101010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062225; }

 p { color: rgb(6,34,37); }

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

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

 a { background-color: rgb(6,34,37); }

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

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

 span { border-color: rgb(6,34,37); }

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