Html Css Color HEX #05171B Black Pearl

📋 copy color: '#05171B'

red 5 ◦ green 23 ◦ blue 27

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

Shades of Black Pearl #05171B

Tints of Black Pearl #05171B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 49.09%

R = 9.09%
G = 41.82%
B = 49.09%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05171B (or 0x05171B) is known color: Black Pearl. HEX triplet: 05, 17 and 1B. RGB value is (5,23,27). Sum of RGB (Red+Green+Blue) = 5+23+27=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #05171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05171B is #FAE8E4. Grayscale: #121212. Windows color (decimal): -16443621 or 1775365. OLE color: 1775365.

HSL color Cylindrical-coordinate representation of color #05171B: hue angle of 190.91º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05171B is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 23 27 -
CMYK 0.81 0.15 0 0.89
HSL 190.91º 0.69% 0.06% -
HSV(B) 190.91º 0.81% 0.11% -
XYZ 0.57 0.72 1.15 -
YUV 18.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 5 23 27 0.81 0.15 0 0.89 190.91 0.69 0.06
Hex 5 17 1B 51 F 0 59 BF 45 6
Octal 5 27 33 121 17 0 131 277 105 6
Binary 101 10111 11011 1010001 1111 0 1011001 10111111 1000101 110

Color Harmonies of #05171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05171B

Black with #05171B

Text Example


Text Example

White with #05171B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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