#05212A

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

Shades of Black Pearl #05212A

Tints of Black Pearl #05212A

Color information

#05212A (or 0x05212A) is unknown color: approx Black Pearl. HEX triplet: 05, 21 and 2A. RGB value is (5,33,42). Sum of RGB (Red+Green+Blue) = 5+33+42=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 42 (16.80% from 255 or 52.5% from 80); Max value from RGB is 42 - color contains mainly: blue. Hex color #05212A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05212A is #FADED5. Grayscale: #191919. Windows color (decimal): -16441046 or 2760965. OLE color: 2760965.

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

Color convert

RGB53342-
CMYK0.880.2100.84
HSL194.59º78.72%9.22%-
HSV(B)194.59º88.1%16.47%-
XYZ1.021.292.38-
YUV25.65137.22113.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 33 (13.28% from 255) = 41.25%
BLUE value IS 42 (16.80% from 255) = 52.5%
R=6.25%
G=41.25%
B=52.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal533420.880.2100.84194.5978.729.22
Hex5212A5815054c34f9
Octal5415213025012430311711
Binary101100001101010101100010101010101001100001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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