#05212B

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

Shades of Black Pearl #05212B

Tints of Black Pearl #05212B

Color information

#05212B (or 0x05212B) is unknown color: approx Black Pearl. HEX triplet: 05, 21 and 2B. RGB value is (5,33,43). Sum of RGB (Red+Green+Blue) = 5+33+43=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #05212B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05212B is #FADED4. Grayscale: #191919. Windows color (decimal): -16441045 or 2826501. OLE color: 2826501.

HSL color Cylindrical-coordinate representation of color #05212B: hue angle of 195.79º 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 #05212B is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB53343-
CMYK0.880.2300.83
HSL195.79º79.17%9.41%-
HSV(B)195.79º88.37%16.86%-
XYZ1.041.292.48-
YUV25.77137.72113.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 33 (13.28% from 255) = 40.74%
BLUE value IS 43 (17.19% from 255) = 53.09%
R=6.17%
G=40.74%
B=53.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal533430.880.2300.83195.7979.179.41
Hex5212B5817053c44f9
Octal5415313027012330411711
Binary101100001101011101100010111010100111100010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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