Html Css Color HEX #050B10 Black Pearl

📋 copy color: '#050B10'

red 5 ◦ green 11 ◦ blue 16

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

Shades of Black Pearl #050B10

Tints of Black Pearl #050B10

RGB

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

 GREEN value IS 11 (4.69% from 255) = 34.38%

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

R = 15.63%
G = 34.38%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#050B10 (or 0x050B10) is known color: Black Pearl. HEX triplet: 05, 0B and 10. RGB value is (5,11,16). Sum of RGB (Red+Green+Blue) = 5+11+16=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 16 (6.64% from 255 or 50% from 32); Max value from RGB is 16 - color contains mainly: blue. Hex color #050B10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B10 is #FAF4EF. Grayscale: #090909. Windows color (decimal): -16446704 or 1051397. OLE color: 1051397.

HSL color Cylindrical-coordinate representation of color #050B10: hue angle of 207.27º 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 #050B10 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 11 16 -
CMYK 0.69 0.31 0 0.94
HSL 207.27º 0.52% 0.04% -
HSV(B) 207.27º 0.69% 0.06% -
XYZ 0.28 0.31 0.54 -
YUV 9.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 5 11 16 0.69 0.31 0 0.94 207.27 0.52 0.04
Hex 5 B 10 45 1F 0 5E CF 34 4
Octal 5 13 20 105 37 0 136 317 64 4
Binary 101 1011 10000 1000101 11111 0 1011110 11001111 110100 100

Color Harmonies of #050B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B10

Black with #050B10

Text Example


Text Example

White with #050B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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