Html Css Color HEX #050D17 Black Pearl

📋 copy color: '#050D17'

red 5 ◦ green 13 ◦ blue 23

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

Shades of Black Pearl #050D17

Tints of Black Pearl #050D17

RGB

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

 GREEN value IS 13 (5.47% from 255) = 31.71%

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

R = 12.2%
G = 31.71%
B = 56.1%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050D17 (or 0x050D17) is known color: Black Pearl. HEX triplet: 05, 0D and 17. RGB value is (5,13,23). Sum of RGB (Red+Green+Blue) = 5+13+23=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #050D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D17 is #FAF2E8. Grayscale: #0B0B0B. Windows color (decimal): -16446185 or 1510661. OLE color: 1510661.

HSL color Cylindrical-coordinate representation of color #050D17: hue angle of 213.33º 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 #050D17 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 13 23 -
CMYK 0.78 0.43 0 0.91
HSL 213.33º 0.64% 0.05% -
HSV(B) 213.33º 0.78% 0.09% -
XYZ 0.36 0.38 0.87 -
YUV 11.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 5 13 23 0.78 0.43 0 0.91 213.33 0.64 0.05
Hex 5 D 17 4E 2B 0 5B D5 40 5
Octal 5 15 27 116 53 0 133 325 100 5
Binary 101 1101 10111 1001110 101011 0 1011011 11010101 1000000 101

Color Harmonies of #050D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D17

Black with #050D17

Text Example


Text Example

White with #050D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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