Html Css Color HEX #050E10 Black Pearl

📋 copy color: '#050E10'

red 5 ◦ green 14 ◦ blue 16

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

Shades of Black Pearl #050E10

Tints of Black Pearl #050E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 45.71%

R = 14.29%
G = 40%
B = 45.71%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#050E10 (or 0x050E10) is known color: Black Pearl. HEX triplet: 05, 0E and 10. RGB value is (5,14,16). Sum of RGB (Red+Green+Blue) = 5+14+16=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 16 - color contains mainly: blue. Hex color #050E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E10 is #FAF1EF. Grayscale: #0B0B0B. Windows color (decimal): -16445936 or 1052165. OLE color: 1052165.

HSL color Cylindrical-coordinate representation of color #050E10: hue angle of 190.91º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #050E10 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 14 16 -
CMYK 0.69 0.13 0 0.94
HSL 190.91º 0.52% 0.04% -
HSV(B) 190.91º 0.69% 0.06% -
XYZ 0.31 0.38 0.55 -
YUV 11.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 5 14 16 0.69 0.13 0 0.94 190.91 0.52 0.04
Hex 5 E 10 45 D 0 5E BF 34 4
Octal 5 16 20 105 15 0 136 277 64 4
Binary 101 1110 10000 1000101 1101 0 1011110 10111111 110100 100

Color Harmonies of #050E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E10

Black with #050E10

Text Example


Text Example

White with #050E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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