#05222A

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

Shades of Black Pearl #05222A

Tints of Black Pearl #05222A

Color information

#05222A (or 0x05222A) is unknown color: approx Black Pearl. HEX triplet: 05, 22 and 2A. RGB value is (5,34,42). Sum of RGB (Red+Green+Blue) = 5+34+42=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 42 (16.80% from 255 or 51.85% from 81); Max value from RGB is 42 - color contains mainly: blue. Hex color #05222A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05222A is #FADDD5. Grayscale: #1A1A1A. Windows color (decimal): -16440790 or 2761221. OLE color: 2761221.

HSL color Cylindrical-coordinate representation of color #05222A: hue angle of 192.97º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05222A is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB53442-
CMYK0.880.1900.84
HSL192.97º78.72%9.22%-
HSV(B)192.97º88.1%16.47%-
XYZ1.051.342.39-
YUV26.24136.89112.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 34 (13.67% from 255) = 41.98%
BLUE value IS 42 (16.80% from 255) = 51.85%
R=6.17%
G=41.98%
B=51.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal534420.880.1900.84192.9778.729.22
Hex5222A5813054c14f9
Octal5425213023012430111711
Binary101100010101010101100010011010101001100000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05222A; }

 p { color: rgb(5,34,42); }

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

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

 a { background-color: rgb(5,34,42); }

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

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

 span { border-color: rgb(5,34,42); }

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