Html Css Color HEX #05171D Black Pearl

📋 copy color: '#05171D'

red 5 ◦ green 23 ◦ blue 29

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

Shades of Black Pearl #05171D

Tints of Black Pearl #05171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 40.35%

 BLUE value IS 29 (11.72% from 255) = 50.88%

R = 8.77%
G = 40.35%
B = 50.88%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05171D (or 0x05171D) is known color: Black Pearl. HEX triplet: 05, 17 and 1D. RGB value is (5,23,29). Sum of RGB (Red+Green+Blue) = 5+23+29=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #05171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05171D is #FAE8E2. Grayscale: #121212. Windows color (decimal): -16443619 or 1906437. OLE color: 1906437.

HSL color Cylindrical-coordinate representation of color #05171D: hue angle of 195º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05171D is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 23 29 -
CMYK 0.83 0.21 0 0.89
HSL 195º 0.71% 0.07% -
HSV(B) 195º 0.83% 0.11% -
XYZ 0.59 0.73 1.27 -
YUV 18.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 5 23 29 0.83 0.21 0 0.89 195 0.71 0.07
Hex 5 17 1D 53 15 0 59 C3 47 7
Octal 5 27 35 123 25 0 131 303 107 7
Binary 101 10111 11101 1010011 10101 0 1011001 11000011 1000111 111

Color Harmonies of #05171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05171D

Black with #05171D

Text Example


Text Example

White with #05171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05171D; }

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

 H1.HeaderClassName
 {
   color: #05171D;
 }
 .AnyTagClassName
 {
   color: #05171D;
 }
</style>

background-color css

<style>
 a { background-color: #05171D; }

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

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

border-color css

<style>
 span { border-color: #05171D; }

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

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