#050B0D

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

Shades of Black Pearl #050B0D

Tints of Black Pearl #050B0D

Color information

#050B0D (or 0x050B0D) is unknown color: approx Black Pearl. HEX triplet: 05, 0B and 0D. RGB value is (5,11,13). Sum of RGB (Red+Green+Blue) = 5+11+13=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 11 (4.69% from 255 or 37.93% from 29); Blue value is 13 (5.47% from 255 or 44.83% from 29); Max value from RGB is 13 - color contains mainly: blue. Hex color #050B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B0D is #FAF4F2. Grayscale: #090909. Windows color (decimal): -16446707 or 854789. OLE color: 854789.

HSL color Cylindrical-coordinate representation of color #050B0D: hue angle of 195º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #050B0D is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB51113-
CMYK0.620.1500.95
HSL195º44.44%3.53%-
HSV(B)195º61.54%5.1%-
XYZ0.250.30.43-
YUV9.43130.01124.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 17.24%
GREEN value IS 11 (4.69% from 255) = 37.93%
BLUE value IS 13 (5.47% from 255) = 44.83%
R=17.24%
G=37.93%
B=44.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal511130.620.1500.9519544.443.53
Hex5BD3EF05Fc32c4
Octal5131576170137303544
Binary1011011110111111011110101111111000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,11,13); }

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

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

 a { background-color: rgb(5,11,13); }

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

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

 span { border-color: rgb(5,11,13); }

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