#051021

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

Shades of Black Pearl #051021

Tints of Black Pearl #051021

Color information

#051021 (or 0x051021) is unknown color: approx Black Pearl. HEX triplet: 05, 10 and 21. RGB value is (5,16,33). Sum of RGB (Red+Green+Blue) = 5+16+33=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 33 (13.28% from 255 or 61.11% from 54); Max value from RGB is 33 - color contains mainly: blue. Hex color #051021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051021 is #FAEFDE. Grayscale: #0E0E0E. Windows color (decimal): -16445407 or 2166789. OLE color: 2166789.

HSL color Cylindrical-coordinate representation of color #051021: hue angle of 216.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 #051021 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB51633-
CMYK0.850.5200.87
HSL216.43º73.68%7.45%-
HSV(B)216.43º84.85%12.94%-
XYZ0.520.511.51-
YUV14.65138.36121.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.26%
GREEN value IS 16 (6.64% from 255) = 29.63%
BLUE value IS 33 (13.28% from 255) = 61.11%
R=9.26%
G=29.63%
B=61.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal516330.850.5200.87216.4373.687.45
Hex510215534057d84a7
Octal520411256401273301127
Binary10110000100001101010111010001010111110110001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051021; }

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

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

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

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

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

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

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

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