#05212E

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

Shades of Black Pearl #05212E

Tints of Black Pearl #05212E

Color information

#05212E (or 0x05212E) is unknown color: approx Black Pearl. HEX triplet: 05, 21 and 2E. RGB value is (5,33,46). Sum of RGB (Red+Green+Blue) = 5+33+46=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #05212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05212E is #FADED1. Grayscale: #1A1A1A. Windows color (decimal): -16441042 or 3023109. OLE color: 3023109.

HSL color Cylindrical-coordinate representation of color #05212E: hue angle of 199.02º degrees, saturation: 0.8, 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 #05212E is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB53346-
CMYK0.890.2800.82
HSL199.02º80.39%10%-
HSV(B)199.02º89.13%18.04%-
XYZ1.11.322.78-
YUV26.11139.22112.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.95%
GREEN value IS 33 (13.28% from 255) = 39.29%
BLUE value IS 46 (18.36% from 255) = 54.76%
R=5.95%
G=39.29%
B=54.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal533460.890.2800.82199.0280.3910
Hex5212E591C052c750a
Octal5415613134012230712012
Binary101100001101110101100111100010100101100011110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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