Html Css Color HEX #050D13 Black Pearl

📋 copy color: '#050D13'

red 5 ◦ green 13 ◦ blue 19

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

Shades of Black Pearl #050D13

Tints of Black Pearl #050D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 51.35%

R = 13.51%
G = 35.14%
B = 51.35%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050D13 (or 0x050D13) is known color: Black Pearl. HEX triplet: 05, 0D and 13. RGB value is (5,13,19). Sum of RGB (Red+Green+Blue) = 5+13+19=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 13 (5.47% from 255 or 35.14% from 37); Blue value is 19 (7.81% from 255 or 51.35% from 37); Max value from RGB is 19 - color contains mainly: blue. Hex color #050D13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D13 is #FAF2EC. Grayscale: #0B0B0B. Windows color (decimal): -16446189 or 1248517. OLE color: 1248517.

HSL color Cylindrical-coordinate representation of color #050D13: hue angle of 205.71º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #050D13 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 13 19 -
CMYK 0.74 0.32 0 0.93
HSL 205.71º 0.58% 0.05% -
HSV(B) 205.71º 0.74% 0.07% -
XYZ 0.32 0.37 0.67 -
YUV 11.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 5 13 19 0.74 0.32 0 0.93 205.71 0.58 0.05
Hex 5 D 13 4A 20 0 5D CE 3A 5
Octal 5 15 23 112 40 0 135 316 72 5
Binary 101 1101 10011 1001010 100000 0 1011101 11001110 111010 101

Color Harmonies of #050D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D13

Black with #050D13

Text Example


Text Example

White with #050D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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