Html Css Color HEX #050F19 Black Pearl

📋 copy color: '#050F19'

red 5 ◦ green 15 ◦ blue 25

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

Shades of Black Pearl #050F19

Tints of Black Pearl #050F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 55.56%

R = 11.11%
G = 33.33%
B = 55.56%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#050F19 (or 0x050F19) is known color: Black Pearl. HEX triplet: 05, 0F and 19. RGB value is (5,15,25). Sum of RGB (Red+Green+Blue) = 5+15+25=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #050F19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F19 is #FAF0E6. Grayscale: #0D0D0D. Windows color (decimal): -16445671 or 1642245. OLE color: 1642245.

HSL color Cylindrical-coordinate representation of color #050F19: hue angle of 210º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #050F19 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 15 25 -
CMYK 0.80 0.40 0 0.90
HSL 210º 0.67% 0.06% -
HSV(B) 210º 0.8% 0.1% -
XYZ 0.41 0.44 0.98 -
YUV 13.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 5 15 25 0.80 0.40 0 0.90 210 0.67 0.06
Hex 5 F 19 50 28 0 5A D2 43 6
Octal 5 17 31 120 50 0 132 322 103 6
Binary 101 1111 11001 1010000 101000 0 1011010 11010010 1000011 110

Color Harmonies of #050F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F19

Black with #050F19

Text Example


Text Example

White with #050F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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