Html Css Color HEX #051316 Black Pearl

📋 copy color: '#051316'

red 5 ◦ green 19 ◦ blue 22

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

Shades of Black Pearl #051316

Tints of Black Pearl #051316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 41.3%

 BLUE value IS 22 (8.98% from 255) = 47.83%

R = 10.87%
G = 41.3%
B = 47.83%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#051316 (or 0x051316) is known color: Black Pearl. HEX triplet: 05, 13 and 16. RGB value is (5,19,22). Sum of RGB (Red+Green+Blue) = 5+19+22=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 22 - color contains mainly: blue. Hex color #051316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051316 is #FAECE9. Grayscale: #0F0F0F. Windows color (decimal): -16444650 or 1446661. OLE color: 1446661.

HSL color Cylindrical-coordinate representation of color #051316: hue angle of 190.59º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #051316 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 19 22 -
CMYK 0.77 0.14 0 0.91
HSL 190.59º 0.63% 0.05% -
HSV(B) 190.59º 0.77% 0.09% -
XYZ 0.44 0.56 0.84 -
YUV 15.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 5 19 22 0.77 0.14 0 0.91 190.59 0.63 0.05
Hex 5 13 16 4D E 0 5B BF 3F 5
Octal 5 23 26 115 16 0 133 277 77 5
Binary 101 10011 10110 1001101 1110 0 1011011 10111111 111111 101

Color Harmonies of #051316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051316

Black with #051316

Text Example


Text Example

White with #051316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051316; }

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

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

background-color css

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

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

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

border-color css

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

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

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