Html Css Color HEX #050E11 Black Pearl

📋 copy color: '#050E11'

red 5 ◦ green 14 ◦ blue 17

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

Shades of Black Pearl #050E11

Tints of Black Pearl #050E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 47.22%

R = 13.89%
G = 38.89%
B = 47.22%

CMYK

 C value IS 0.71

 M value IS 0.18

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050E11 (or 0x050E11) is known color: Black Pearl. HEX triplet: 05, 0E and 11. RGB value is (5,14,17). Sum of RGB (Red+Green+Blue) = 5+14+17=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: blue. Hex color #050E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E11 is #FAF1EE. Grayscale: #0B0B0B. Windows color (decimal): -16445935 or 1117701. OLE color: 1117701.

HSL color Cylindrical-coordinate representation of color #050E11: hue angle of 195º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #050E11 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 14 17 -
CMYK 0.71 0.18 0 0.93
HSL 195º 0.55% 0.04% -
HSV(B) 195º 0.71% 0.07% -
XYZ 0.32 0.39 0.59 -
YUV 11.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 5 14 17 0.71 0.18 0 0.93 195 0.55 0.04
Hex 5 E 11 47 12 0 5D C3 37 4
Octal 5 16 21 107 22 0 135 303 67 4
Binary 101 1110 10001 1000111 10010 0 1011101 11000011 110111 100

Color Harmonies of #050E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E11

Black with #050E11

Text Example


Text Example

White with #050E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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