#050C17

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

Shades of Black Pearl #050C17

Tints of Black Pearl #050C17

Color information

#050C17 (or 0x050C17) is unknown color: approx Black Pearl. HEX triplet: 05, 0C and 17. RGB value is (5,12,23). Sum of RGB (Red+Green+Blue) = 5+12+23=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #050C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C17 is #FAF3E8. Grayscale: #0B0B0B. Windows color (decimal): -16446441 or 1510405. OLE color: 1510405.

HSL color Cylindrical-coordinate representation of color #050C17: hue angle of 216.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #050C17 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB51223-
CMYK0.780.4800.91
HSL216.67º64.29%5.49%-
HSV(B)216.67º78.26%9.02%-
XYZ0.350.360.86-
YUV11.16134.68123.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.5%
GREEN value IS 12 (5.08% from 255) = 30%
BLUE value IS 23 (9.38% from 255) = 57.5%
R=12.5%
G=30%
B=57.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal512230.780.4800.91216.6764.295.49
Hex5C174E3005Bd9405
Octal514271166001333311005
Binary101110010111100111011000001011011110110011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050C17; }

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

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

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

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

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

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

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

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