Html Css Color HEX #050F1D Black Pearl

📋 copy color: '#050F1D'

red 5 ◦ green 15 ◦ blue 29

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

Shades of Black Pearl #050F1D

Tints of Black Pearl #050F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 30.61%

 BLUE value IS 29 (11.72% from 255) = 59.18%

R = 10.2%
G = 30.61%
B = 59.18%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#050F1D (or 0x050F1D) is known color: Black Pearl. HEX triplet: 05, 0F and 1D. RGB value is (5,15,29). Sum of RGB (Red+Green+Blue) = 5+15+29=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #050F1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F1D is #FAF0E2. Grayscale: #0D0D0D. Windows color (decimal): -16445667 or 1904389. OLE color: 1904389.

HSL color Cylindrical-coordinate representation of color #050F1D: hue angle of 215º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #050F1D is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 15 29 -
CMYK 0.83 0.48 0 0.89
HSL 215º 0.71% 0.07% -
HSV(B) 215º 0.83% 0.11% -
XYZ 0.46 0.46 1.23 -
YUV 13.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 5 15 29 0.83 0.48 0 0.89 215 0.71 0.07
Hex 5 F 1D 53 30 0 59 D7 47 7
Octal 5 17 35 123 60 0 131 327 107 7
Binary 101 1111 11101 1010011 110000 0 1011001 11010111 1000111 111

Color Harmonies of #050F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F1D

Black with #050F1D

Text Example


Text Example

White with #050F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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