#051721

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

Shades of Black Pearl #051721

Tints of Black Pearl #051721

Color information

#051721 (or 0x051721) is unknown color: approx Black Pearl. HEX triplet: 05, 17 and 21. RGB value is (5,23,33). Sum of RGB (Red+Green+Blue) = 5+23+33=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 33 (13.28% from 255 or 54.10% from 61); Max value from RGB is 33 - color contains mainly: blue. Hex color #051721 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051721 is #FAE8DE. Grayscale: #121212. Windows color (decimal): -16443615 or 2168581. OLE color: 2168581.

HSL color Cylindrical-coordinate representation of color #051721: hue angle of 201.43º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #051721 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB52333-
CMYK0.850.3000.87
HSL201.43º73.68%7.45%-
HSV(B)201.43º84.85%12.94%-
XYZ0.640.751.55-
YUV18.76136.04118.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 23 (9.38% from 255) = 37.70%
BLUE value IS 33 (13.28% from 255) = 54.10%
R=8.20%
G=37.70%
B=54.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal523330.850.3000.87201.4373.687.45
Hex51721551E057c94a7
Octal527411253601273111127
Binary1011011110000110101011111001010111110010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051721; }

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

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

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

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

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

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

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

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