Html Css Color HEX #050D0E Black Pearl

📋 copy color: '#050D0E'

red 5 ◦ green 13 ◦ blue 14

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

Shades of Black Pearl #050D0E

Tints of Black Pearl #050D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 40.63%

 BLUE value IS 14 (5.86% from 255) = 43.75%

R = 15.63%
G = 40.63%
B = 43.75%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#050D0E (or 0x050D0E) is known color: Black Pearl. HEX triplet: 05, 0D and 0E. RGB value is (5,13,14). Sum of RGB (Red+Green+Blue) = 5+13+14=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 13 (5.47% from 255 or 40.62% from 32); Blue value is 14 (5.86% from 255 or 43.75% from 32); Max value from RGB is 14 - color contains mainly: blue. Hex color #050D0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D0E is #FAF2F1. Grayscale: #0A0A0A. Windows color (decimal): -16446194 or 920837. OLE color: 920837.

HSL color Cylindrical-coordinate representation of color #050D0E: hue angle of 186.67º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #050D0E is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 5 13 14 -
CMYK 0.64 0.07 0 0.95
HSL 186.67º 0.47% 0.04% -
HSV(B) 186.67º 0.64% 0.05% -
XYZ 0.29 0.35 0.47 -
YUV 10.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 5 13 14 0.64 0.07 0 0.95 186.67 0.47 0.04
Hex 5 D E 40 7 0 5F BB 2F 4
Octal 5 15 16 100 7 0 137 273 57 4
Binary 101 1101 1110 1000000 111 0 1011111 10111011 101111 100

Color Harmonies of #050D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D0E

Black with #050D0E

Text Example


Text Example

White with #050D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,13,14); }

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

background-color css

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

 a { background-color: rgb(5,13,14); }

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

border-color css

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

 span { border-color: rgb(5,13,14); }

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