Html Css Color HEX #050F16 Black Pearl

📋 copy color: '#050F16'

red 5 ◦ green 15 ◦ blue 22

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

Shades of Black Pearl #050F16

Tints of Black Pearl #050F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 52.38%

R = 11.9%
G = 35.71%
B = 52.38%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050F16 (or 0x050F16) is known color: Black Pearl. HEX triplet: 05, 0F and 16. RGB value is (5,15,22). Sum of RGB (Red+Green+Blue) = 5+15+22=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #050F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F16 is #FAF0E9. Grayscale: #0C0C0C. Windows color (decimal): -16445674 or 1445637. OLE color: 1445637.

HSL color Cylindrical-coordinate representation of color #050F16: hue angle of 204.71º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #050F16 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 15 22 -
CMYK 0.77 0.32 0 0.91
HSL 204.71º 0.63% 0.05% -
HSV(B) 204.71º 0.77% 0.09% -
XYZ 0.38 0.43 0.82 -
YUV 12.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 5 15 22 0.77 0.32 0 0.91 204.71 0.63 0.05
Hex 5 F 16 4D 20 0 5B CD 3F 5
Octal 5 17 26 115 40 0 133 315 77 5
Binary 101 1111 10110 1001101 100000 0 1011011 11001101 111111 101

Color Harmonies of #050F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F16

Black with #050F16

Text Example


Text Example

White with #050F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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