#05212F

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

Shades of Black Pearl #05212F

Tints of Black Pearl #05212F

Color information

#05212F (or 0x05212F) is unknown color: approx Black Pearl. HEX triplet: 05, 21 and 2F. RGB value is (5,33,47). Sum of RGB (Red+Green+Blue) = 5+33+47=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #05212F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05212F is #FADED0. Grayscale: #1A1A1A. Windows color (decimal): -16441041 or 3088645. OLE color: 3088645.

HSL color Cylindrical-coordinate representation of color #05212F: hue angle of 200º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05212F is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB53347-
CMYK0.890.3000.82
HSL200º80.77%10.2%-
HSV(B)200º89.36%18.43%-
XYZ1.121.332.89-
YUV26.22139.72112.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 33 (13.28% from 255) = 38.82%
BLUE value IS 47 (18.75% from 255) = 55.29%
R=5.88%
G=38.82%
B=55.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal533470.890.3000.8220080.7710.2
Hex5212F591E052c851a
Octal5415713136012231012112
Binary101100001101111101100111110010100101100100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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