Html Css Color HEX #050E16 Black Pearl

📋 copy color: '#050E16'

red 5 ◦ green 14 ◦ blue 22

#050E16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #050E16

Tints of Black Pearl #050E16

RGB

 RED value IS 5 (2.34% from 255) = 12.2%

 GREEN value IS 14 (5.86% from 255) = 34.15%

 BLUE value IS 22 (8.98% from 255) = 53.66%

R = 12.2%
G = 34.15%
B = 53.66%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050E16 (or 0x050E16) is known color: Black Pearl. HEX triplet: 05, 0E and 16. RGB value is (5,14,22). Sum of RGB (Red+Green+Blue) = 5+14+22=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #050E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E16 is #FAF1E9. Grayscale: #0C0C0C. Windows color (decimal): -16445930 or 1445381. OLE color: 1445381.

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

Color convert

RGB 5 14 22 -
CMYK 0.77 0.36 0 0.91
HSL 208.24º 0.63% 0.05% -
HSV(B) 208.24º 0.77% 0.09% -
XYZ 0.36 0.4 0.82 -
YUV 12.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 5 14 22 0.77 0.36 0 0.91 208.24 0.63 0.05
Hex 5 E 16 4D 24 0 5B D0 3F 5
Octal 5 16 26 115 44 0 133 320 77 5
Binary 101 1110 10110 1001101 100100 0 1011011 11010000 111111 101

Color Harmonies of #050E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E16

Black with #050E16

Text Example


Text Example

White with #050E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,14,22); }

 H1.HeaderClassName
 {
   color: #050E16;
 }
 .AnyTagClassName
 {
   color: #050E16;
 }
</style>

background-color css

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

 a { background-color: rgb(5,14,22); }

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

border-color css

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

 span { border-color: rgb(5,14,22); }

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