Html Css Color HEX #051215 Black Pearl

📋 copy color: '#051215'

red 5 ◦ green 18 ◦ blue 21

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

Shades of Black Pearl #051215

Tints of Black Pearl #051215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 40.91%

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

R = 11.36%
G = 40.91%
B = 47.73%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#051215 (or 0x051215) is known color: Black Pearl. HEX triplet: 05, 12 and 15. RGB value is (5,18,21). Sum of RGB (Red+Green+Blue) = 5+18+21=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #051215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051215 is #FAEDEA. Grayscale: #0E0E0E. Windows color (decimal): -16444907 or 1380869. OLE color: 1380869.

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

Color convert

RGB 5 18 21 -
CMYK 0.76 0.14 0 0.92
HSL 191.25º 0.62% 0.05% -
HSV(B) 191.25º 0.76% 0.08% -
XYZ 0.41 0.52 0.79 -
YUV 14.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 5 18 21 0.76 0.14 0 0.92 191.25 0.62 0.05
Hex 5 12 15 4C E 0 5C BF 3E 5
Octal 5 22 25 114 16 0 134 277 76 5
Binary 101 10010 10101 1001100 1110 0 1011100 10111111 111110 101

Color Harmonies of #051215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051215

Black with #051215

Text Example


Text Example

White with #051215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051215; }

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

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

background-color css

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

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

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

border-color css

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

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

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