#05222B

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

Shades of Black Pearl #05222B

Tints of Black Pearl #05222B

Color information

#05222B (or 0x05222B) is unknown color: approx Black Pearl. HEX triplet: 05, 22 and 2B. RGB value is (5,34,43). Sum of RGB (Red+Green+Blue) = 5+34+43=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 34 (13.67% from 255 or 41.46% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #05222B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05222B is #FADDD4. Grayscale: #1A1A1A. Windows color (decimal): -16440789 or 2826757. OLE color: 2826757.

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

Color convert

RGB53443-
CMYK0.880.2100.83
HSL194.21º79.17%9.41%-
HSV(B)194.21º88.37%16.86%-
XYZ1.071.352.49-
YUV26.36137.39112.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 34 (13.67% from 255) = 41.46%
BLUE value IS 43 (17.19% from 255) = 52.44%
R=6.10%
G=41.46%
B=52.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal534430.880.2100.83194.2179.179.41
Hex5222B5815053c24f9
Octal5425313025012330211711
Binary101100010101011101100010101010100111100001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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