Html Css Color HEX #051113 Black Pearl

📋 copy color: '#051113'

red 5 ◦ green 17 ◦ blue 19

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

Shades of Black Pearl #051113

Tints of Black Pearl #051113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 46.34%

R = 12.2%
G = 41.46%
B = 46.34%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#051113 (or 0x051113) is known color: Black Pearl. HEX triplet: 05, 11 and 13. RGB value is (5,17,19). Sum of RGB (Red+Green+Blue) = 5+17+19=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: blue. Hex color #051113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051113 is #FAEEEC. Grayscale: #0D0D0D. Windows color (decimal): -16445165 or 1249541. OLE color: 1249541.

HSL color Cylindrical-coordinate representation of color #051113: hue angle of 188.57º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #051113 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 17 19 -
CMYK 0.74 0.11 0 0.93
HSL 188.57º 0.58% 0.05% -
HSV(B) 188.57º 0.74% 0.07% -
XYZ 0.38 0.48 0.69 -
YUV 13.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 5 17 19 0.74 0.11 0 0.93 188.57 0.58 0.05
Hex 5 11 13 4A B 0 5D BD 3A 5
Octal 5 21 23 112 13 0 135 275 72 5
Binary 101 10001 10011 1001010 1011 0 1011101 10111101 111010 101

Color Harmonies of #051113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051113

Black with #051113

Text Example


Text Example

White with #051113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051113; }

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

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

background-color css

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

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

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

border-color css

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

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

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