Html Css Color HEX #051014 Black Pearl

📋 copy color: '#051014'

red 5 ◦ green 16 ◦ blue 20

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

Shades of Black Pearl #051014

Tints of Black Pearl #051014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 39.02%

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

R = 12.2%
G = 39.02%
B = 48.78%

CMYK

 C value IS 0.75

 M value IS 0.20

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#051014 (or 0x051014) is known color: Black Pearl. HEX triplet: 05, 10 and 14. RGB value is (5,16,20). Sum of RGB (Red+Green+Blue) = 5+16+20=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #051014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051014 is #FAEFEB. Grayscale: #0D0D0D. Windows color (decimal): -16445420 or 1314821. OLE color: 1314821.

HSL color Cylindrical-coordinate representation of color #051014: hue angle of 196º 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 #051014 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 5 16 20 -
CMYK 0.75 0.20 0 0.92
HSL 196º 0.6% 0.05% -
HSV(B) 196º 0.75% 0.08% -
XYZ 0.37 0.45 0.73 -
YUV 13.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 5 16 20 0.75 0.20 0 0.92 196 0.6 0.05
Hex 5 10 14 4B 14 0 5C C4 3C 5
Octal 5 20 24 113 24 0 134 304 74 5
Binary 101 10000 10100 1001011 10100 0 1011100 11000100 111100 101

Color Harmonies of #051014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051014

Black with #051014

Text Example


Text Example

White with #051014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051014; }

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

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

background-color css

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

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

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

border-color css

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

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

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