Html Css Color HEX #05171E Black Pearl

📋 copy color: '#05171E'

red 5 ◦ green 23 ◦ blue 30

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

Shades of Black Pearl #05171E

Tints of Black Pearl #05171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 51.72%

R = 8.62%
G = 39.66%
B = 51.72%

CMYK

 C value IS 0.83

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#05171E (or 0x05171E) is known color: Black Pearl. HEX triplet: 05, 17 and 1E. RGB value is (5,23,30). Sum of RGB (Red+Green+Blue) = 5+23+30=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 30 (12.11% from 255 or 51.72% from 58); Max value from RGB is 30 - color contains mainly: blue. Hex color #05171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05171E is #FAE8E1. Grayscale: #121212. Windows color (decimal): -16443618 or 1971973. OLE color: 1971973.

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

Color convert

RGB 5 23 30 -
CMYK 0.83 0.23 0 0.88
HSL 196.8º 0.71% 0.07% -
HSV(B) 196.8º 0.83% 0.12% -
XYZ 0.6 0.74 1.34 -
YUV 18.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 5 23 30 0.83 0.23 0 0.88 196.8 0.71 0.07
Hex 5 17 1E 53 17 0 58 C5 47 7
Octal 5 27 36 123 27 0 130 305 107 7
Binary 101 10111 11110 1010011 10111 0 1011000 11000101 1000111 111

Color Harmonies of #05171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05171E

Black with #05171E

Text Example


Text Example

White with #05171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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