Html Css Color HEX #050F18 Black Pearl

📋 copy color: '#050F18'

red 5 ◦ green 15 ◦ blue 24

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

Shades of Black Pearl #050F18

Tints of Black Pearl #050F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 54.55%

R = 11.36%
G = 34.09%
B = 54.55%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050F18 (or 0x050F18) is known color: Black Pearl. HEX triplet: 05, 0F and 18. RGB value is (5,15,24). Sum of RGB (Red+Green+Blue) = 5+15+24=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #050F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F18 is #FAF0E7. Grayscale: #0C0C0C. Windows color (decimal): -16445672 or 1576709. OLE color: 1576709.

HSL color Cylindrical-coordinate representation of color #050F18: hue angle of 208.42º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #050F18 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 15 24 -
CMYK 0.79 0.37 0 0.91
HSL 208.42º 0.66% 0.06% -
HSV(B) 208.42º 0.79% 0.09% -
XYZ 0.4 0.44 0.93 -
YUV 13.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 5 15 24 0.79 0.37 0 0.91 208.42 0.66 0.06
Hex 5 F 18 4F 25 0 5B D0 42 6
Octal 5 17 30 117 45 0 133 320 102 6
Binary 101 1111 11000 1001111 100101 0 1011011 11010000 1000010 110

Color Harmonies of #050F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F18

Black with #050F18

Text Example


Text Example

White with #050F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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