Html Css Color HEX #051115 Black Pearl

📋 copy color: '#051115'

red 5 ◦ green 17 ◦ blue 21

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

Shades of Black Pearl #051115

Tints of Black Pearl #051115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 48.84%

R = 11.63%
G = 39.53%
B = 48.84%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#051115 (or 0x051115) is known color: Black Pearl. HEX triplet: 05, 11 and 15. RGB value is (5,17,21). Sum of RGB (Red+Green+Blue) = 5+17+21=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #051115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051115 is #FAEEEA. Grayscale: #0D0D0D. Windows color (decimal): -16445163 or 1380613. OLE color: 1380613.

HSL color Cylindrical-coordinate representation of color #051115: hue angle of 195º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #051115 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 5 17 21 -
CMYK 0.76 0.19 0 0.92
HSL 195º 0.62% 0.05% -
HSV(B) 195º 0.76% 0.08% -
XYZ 0.4 0.49 0.78 -
YUV 13.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 5 17 21 0.76 0.19 0 0.92 195 0.62 0.05
Hex 5 11 15 4C 13 0 5C C3 3E 5
Octal 5 21 25 114 23 0 134 303 76 5
Binary 101 10001 10101 1001100 10011 0 1011100 11000011 111110 101

Color Harmonies of #051115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051115

Black with #051115

Text Example


Text Example

White with #051115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051115; }

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

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

background-color css

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

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

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

border-color css

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

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

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