Html Css Color HEX #051117 Black Pearl

📋 copy color: '#051117'

red 5 ◦ green 17 ◦ blue 23

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

Shades of Black Pearl #051117

Tints of Black Pearl #051117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 37.78%

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

R = 11.11%
G = 37.78%
B = 51.11%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#051117 (or 0x051117) is known color: Black Pearl. HEX triplet: 05, 11 and 17. RGB value is (5,17,23). Sum of RGB (Red+Green+Blue) = 5+17+23=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #051117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051117 is #FAEEE8. Grayscale: #0E0E0E. Windows color (decimal): -16445161 or 1511685. OLE color: 1511685.

HSL color Cylindrical-coordinate representation of color #051117: hue angle of 200º 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 #051117 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 17 23 -
CMYK 0.78 0.26 0 0.91
HSL 200º 0.64% 0.05% -
HSV(B) 200º 0.78% 0.09% -
XYZ 0.42 0.5 0.88 -
YUV 14.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 5 17 23 0.78 0.26 0 0.91 200 0.64 0.05
Hex 5 11 17 4E 1A 0 5B C8 40 5
Octal 5 21 27 116 32 0 133 310 100 5
Binary 101 10001 10111 1001110 11010 0 1011011 11001000 1000000 101

Color Harmonies of #051117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051117

Black with #051117

Text Example


Text Example

White with #051117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051117; }

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

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

background-color css

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

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

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

border-color css

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

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

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