#051023

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

Shades of Black Pearl #051023

Tints of Black Pearl #051023

Color information

#051023 (or 0x051023) is unknown color: approx Black Pearl. HEX triplet: 05, 10 and 23. RGB value is (5,16,35). Sum of RGB (Red+Green+Blue) = 5+16+35=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #051023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051023 is #FAEFDC. Grayscale: #0E0E0E. Windows color (decimal): -16445405 or 2297861. OLE color: 2297861.

HSL color Cylindrical-coordinate representation of color #051023: hue angle of 218º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #051023 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB51635-
CMYK0.860.5400.86
HSL218º75%7.84%-
HSV(B)218º85.71%13.73%-
XYZ0.550.521.66-
YUV14.88139.36120.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.93%
GREEN value IS 16 (6.64% from 255) = 28.57%
BLUE value IS 35 (14.06% from 255) = 62.5%
R=8.93%
G=28.57%
B=62.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal516350.860.5400.86218757.84
Hex510235636056da4b8
Octal5204312666012633211310
Binary101100001000111010110110110010101101101101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051023; }

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

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

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

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

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

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

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

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