Html Css Color HEX #05171C Black Pearl

📋 copy color: '#05171C'

red 5 ◦ green 23 ◦ blue 28

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

Shades of Black Pearl #05171C

Tints of Black Pearl #05171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 50%

R = 8.93%
G = 41.07%
B = 50%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05171C (or 0x05171C) is known color: Black Pearl. HEX triplet: 05, 17 and 1C. RGB value is (5,23,28). Sum of RGB (Red+Green+Blue) = 5+23+28=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #05171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05171C is #FAE8E3. Grayscale: #121212. Windows color (decimal): -16443620 or 1840901. OLE color: 1840901.

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

Color convert

RGB 5 23 28 -
CMYK 0.82 0.18 0 0.89
HSL 193.04º 0.7% 0.06% -
HSV(B) 193.04º 0.82% 0.11% -
XYZ 0.58 0.73 1.21 -
YUV 18.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 5 23 28 0.82 0.18 0 0.89 193.04 0.7 0.06
Hex 5 17 1C 52 12 0 59 C1 46 6
Octal 5 27 34 122 22 0 131 301 106 6
Binary 101 10111 11100 1010010 10010 0 1011001 11000001 1000110 110

Color Harmonies of #05171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05171C

Black with #05171C

Text Example


Text Example

White with #05171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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