#051223

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

Shades of Black Pearl #051223

Tints of Black Pearl #051223

Color information

#051223 (or 0x051223) is unknown color: approx Black Pearl. HEX triplet: 05, 12 and 23. RGB value is (5,18,35). Sum of RGB (Red+Green+Blue) = 5+18+35=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 35 (14.06% from 255 or 60.34% from 58); Max value from RGB is 35 - color contains mainly: blue. Hex color #051223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051223 is #FAEDDC. Grayscale: #0F0F0F. Windows color (decimal): -16444893 or 2298373. OLE color: 2298373.

HSL color Cylindrical-coordinate representation of color #051223: hue angle of 214º 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 #051223 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB51835-
CMYK0.860.4900.86
HSL214º75%7.84%-
HSV(B)214º85.71%13.73%-
XYZ0.580.591.67-
YUV16.05138.69120.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 18 (7.42% from 255) = 31.03%
BLUE value IS 35 (14.06% from 255) = 60.34%
R=8.62%
G=31.03%
B=60.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal518350.860.4900.86214757.84
Hex512235631056d64b8
Octal5224312661012632611310
Binary101100101000111010110110001010101101101011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051223; }

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

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

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

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

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

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

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

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