Html Css Color HEX #051315 Black Pearl

📋 copy color: '#051315'

red 5 ◦ green 19 ◦ blue 21

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

Shades of Black Pearl #051315

Tints of Black Pearl #051315

RGB

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

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

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

R = 11.11%
G = 42.22%
B = 46.67%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#051315 (or 0x051315) is known color: Black Pearl. HEX triplet: 05, 13 and 15. RGB value is (5,19,21). Sum of RGB (Red+Green+Blue) = 5+19+21=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #051315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051315 is #FAECEA. Grayscale: #0F0F0F. Windows color (decimal): -16444651 or 1381125. OLE color: 1381125.

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

Color convert

RGB 5 19 21 -
CMYK 0.76 0.10 0 0.92
HSL 187.5º 0.62% 0.05% -
HSV(B) 187.5º 0.76% 0.08% -
XYZ 0.43 0.55 0.79 -
YUV 15.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 5 19 21 0.76 0.10 0 0.92 187.5 0.62 0.05
Hex 5 13 15 4C A 0 5C BC 3E 5
Octal 5 23 25 114 12 0 134 274 76 5
Binary 101 10011 10101 1001100 1010 0 1011100 10111100 111110 101

Color Harmonies of #051315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051315

Black with #051315

Text Example


Text Example

White with #051315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051315; }

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

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

background-color css

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

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

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

border-color css

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

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

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