Html Css Color HEX #051114 Black Pearl

📋 copy color: '#051114'

red 5 ◦ green 17 ◦ blue 20

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

Shades of Black Pearl #051114

Tints of Black Pearl #051114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 47.62%

R = 11.9%
G = 40.48%
B = 47.62%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#051114 (or 0x051114) is known color: Black Pearl. HEX triplet: 05, 11 and 14. RGB value is (5,17,20). Sum of RGB (Red+Green+Blue) = 5+17+20=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: blue. Hex color #051114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051114 is #FAEEEB. Grayscale: #0D0D0D. Windows color (decimal): -16445164 or 1315077. OLE color: 1315077.

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

Color convert

RGB 5 17 20 -
CMYK 0.75 0.15 0 0.92
HSL 192º 0.6% 0.05% -
HSV(B) 192º 0.75% 0.08% -
XYZ 0.39 0.48 0.73 -
YUV 13.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 5 17 20 0.75 0.15 0 0.92 192 0.6 0.05
Hex 5 11 14 4B F 0 5C C0 3C 5
Octal 5 21 24 113 17 0 134 300 74 5
Binary 101 10001 10100 1001011 1111 0 1011100 11000000 111100 101

Color Harmonies of #051114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051114

Black with #051114

Text Example


Text Example

White with #051114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051114; }

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

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

background-color css

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

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

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

border-color css

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

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

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