Html Css Color HEX #051415 Black Pearl

📋 copy color: '#051415'

red 5 ◦ green 20 ◦ blue 21

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

Shades of Black Pearl #051415

Tints of Black Pearl #051415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 43.48%

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

R = 10.87%
G = 43.48%
B = 45.65%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#051415 (or 0x051415) is known color: Black Pearl. HEX triplet: 05, 14 and 15. RGB value is (5,20,21). Sum of RGB (Red+Green+Blue) = 5+20+21=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #051415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051415 is #FAEBEA. Grayscale: #0F0F0F. Windows color (decimal): -16444395 or 1381381. OLE color: 1381381.

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

Color convert

RGB 5 20 21 -
CMYK 0.76 0.05 0 0.92
HSL 183.75º 0.62% 0.05% -
HSV(B) 183.75º 0.76% 0.08% -
XYZ 0.45 0.59 0.8 -
YUV 15.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 5 20 21 0.76 0.05 0 0.92 183.75 0.62 0.05
Hex 5 14 15 4C 5 0 5C B8 3E 5
Octal 5 24 25 114 5 0 134 270 76 5
Binary 101 10100 10101 1001100 101 0 1011100 10111000 111110 101

Color Harmonies of #051415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051415

Black with #051415

Text Example


Text Example

White with #051415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051415; }

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

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

background-color css

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

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

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

border-color css

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

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

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