Html Css Color HEX #05171A Black Pearl

📋 copy color: '#05171A'

red 5 ◦ green 23 ◦ blue 26

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

Shades of Black Pearl #05171A

Tints of Black Pearl #05171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 48.15%

R = 9.26%
G = 42.59%
B = 48.15%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#05171A (or 0x05171A) is known color: Black Pearl. HEX triplet: 05, 17 and 1A. RGB value is (5,23,26). Sum of RGB (Red+Green+Blue) = 5+23+26=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #05171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05171A is #FAE8E5. Grayscale: #111111. Windows color (decimal): -16443622 or 1709829. OLE color: 1709829.

HSL color Cylindrical-coordinate representation of color #05171A: hue angle of 188.57º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05171A is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 23 26 -
CMYK 0.81 0.12 0 0.90
HSL 188.57º 0.68% 0.06% -
HSV(B) 188.57º 0.81% 0.1% -
XYZ 0.56 0.72 1.09 -
YUV 17.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 5 23 26 0.81 0.12 0 0.90 188.57 0.68 0.06
Hex 5 17 1A 51 C 0 5A BD 44 6
Octal 5 27 32 121 14 0 132 275 104 6
Binary 101 10111 11010 1010001 1100 0 1011010 10111101 1000100 110

Color Harmonies of #05171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05171A

Black with #05171A

Text Example


Text Example

White with #05171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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