Html Css Color HEX #050E17 Black Pearl

📋 copy color: '#050E17'

red 5 ◦ green 14 ◦ blue 23

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

Shades of Black Pearl #050E17

Tints of Black Pearl #050E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 54.76%

R = 11.9%
G = 33.33%
B = 54.76%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050E17 (or 0x050E17) is known color: Black Pearl. HEX triplet: 05, 0E and 17. RGB value is (5,14,23). Sum of RGB (Red+Green+Blue) = 5+14+23=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #050E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E17 is #FAF1E8. Grayscale: #0C0C0C. Windows color (decimal): -16445929 or 1510917. OLE color: 1510917.

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

Color convert

RGB 5 14 23 -
CMYK 0.78 0.39 0 0.91
HSL 210º 0.64% 0.05% -
HSV(B) 210º 0.78% 0.09% -
XYZ 0.37 0.41 0.87 -
YUV 12.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 5 14 23 0.78 0.39 0 0.91 210 0.64 0.05
Hex 5 E 17 4E 27 0 5B D2 40 5
Octal 5 16 27 116 47 0 133 322 100 5
Binary 101 1110 10111 1001110 100111 0 1011011 11010010 1000000 101

Color Harmonies of #050E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E17

Black with #050E17

Text Example


Text Example

White with #050E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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