Html Css Color HEX #051517 Black Pearl

📋 copy color: '#051517'

red 5 ◦ green 21 ◦ blue 23

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

Shades of Black Pearl #051517

Tints of Black Pearl #051517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 42.86%

 BLUE value IS 23 (9.38% from 255) = 46.94%

R = 10.2%
G = 42.86%
B = 46.94%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#051517 (or 0x051517) is known color: Black Pearl. HEX triplet: 05, 15 and 17. RGB value is (5,21,23). Sum of RGB (Red+Green+Blue) = 5+21+23=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 23 - color contains mainly: blue. Hex color #051517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051517 is #FAEAE8. Grayscale: #101010. Windows color (decimal): -16444137 or 1512709. OLE color: 1512709.

HSL color Cylindrical-coordinate representation of color #051517: hue angle of 186.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #051517 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 21 23 -
CMYK 0.78 0.09 0 0.91
HSL 186.67º 0.64% 0.05% -
HSV(B) 186.67º 0.78% 0.09% -
XYZ 0.49 0.63 0.91 -
YUV 16.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 5 21 23 0.78 0.09 0 0.91 186.67 0.64 0.05
Hex 5 15 17 4E 9 0 5B BB 40 5
Octal 5 25 27 116 11 0 133 273 100 5
Binary 101 10101 10111 1001110 1001 0 1011011 10111011 1000000 101

Color Harmonies of #051517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051517

Black with #051517

Text Example


Text Example

White with #051517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051517; }

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

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

background-color css

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

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

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

border-color css

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

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

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