Html Css Color HEX #050C0F Black Pearl

📋 copy color: '#050C0F'

red 5 ◦ green 12 ◦ blue 15

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

Shades of Black Pearl #050C0F

Tints of Black Pearl #050C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 46.88%

R = 15.63%
G = 37.5%
B = 46.88%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#050C0F (or 0x050C0F) is known color: Black Pearl. HEX triplet: 05, 0C and 0F. RGB value is (5,12,15). Sum of RGB (Red+Green+Blue) = 5+12+15=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 12 (5.08% from 255 or 37.5% from 32); Blue value is 15 (6.25% from 255 or 46.88% from 32); Max value from RGB is 15 - color contains mainly: blue. Hex color #050C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C0F is #FAF3F0. Grayscale: #0A0A0A. Windows color (decimal): -16446449 or 986117. OLE color: 986117.

HSL color Cylindrical-coordinate representation of color #050C0F: hue angle of 198º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #050C0F is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 12 15 -
CMYK 0.67 0.20 0 0.94
HSL 198º 0.5% 0.04% -
HSV(B) 198º 0.67% 0.06% -
XYZ 0.28 0.33 0.5 -
YUV 10.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 5 12 15 0.67 0.20 0 0.94 198 0.5 0.04
Hex 5 C F 43 14 0 5E C6 32 4
Octal 5 14 17 103 24 0 136 306 62 4
Binary 101 1100 1111 1000011 10100 0 1011110 11000110 110010 100

Color Harmonies of #050C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C0F

Black with #050C0F

Text Example


Text Example

White with #050C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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