Html Css Color HEX #050C15 Black Pearl

📋 copy color: '#050C15'

red 5 ◦ green 12 ◦ blue 21

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

Shades of Black Pearl #050C15

Tints of Black Pearl #050C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 31.58%

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

R = 13.16%
G = 31.58%
B = 55.26%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#050C15 (or 0x050C15) is known color: Black Pearl. HEX triplet: 05, 0C and 15. RGB value is (5,12,21). Sum of RGB (Red+Green+Blue) = 5+12+21=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #050C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C15 is #FAF3EA. Grayscale: #0A0A0A. Windows color (decimal): -16446443 or 1379333. OLE color: 1379333.

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

Color convert

RGB 5 12 21 -
CMYK 0.76 0.43 0 0.92
HSL 213.75º 0.62% 0.05% -
HSV(B) 213.75º 0.76% 0.08% -
XYZ 0.33 0.35 0.76 -
YUV 10.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 5 12 21 0.76 0.43 0 0.92 213.75 0.62 0.05
Hex 5 C 15 4C 2B 0 5C D6 3E 5
Octal 5 14 25 114 53 0 134 326 76 5
Binary 101 1100 10101 1001100 101011 0 1011100 11010110 111110 101

Color Harmonies of #050C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C15

Black with #050C15

Text Example


Text Example

White with #050C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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