Html Css Color HEX #050F12 Black Pearl

📋 copy color: '#050F12'

red 5 ◦ green 15 ◦ blue 18

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

Shades of Black Pearl #050F12

Tints of Black Pearl #050F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 47.37%

R = 13.16%
G = 39.47%
B = 47.37%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050F12 (or 0x050F12) is known color: Black Pearl. HEX triplet: 05, 0F and 12. RGB value is (5,15,18). Sum of RGB (Red+Green+Blue) = 5+15+18=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 18 - color contains mainly: blue. Hex color #050F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F12 is #FAF0ED. Grayscale: #0C0C0C. Windows color (decimal): -16445678 or 1183493. OLE color: 1183493.

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

Color convert

RGB 5 15 18 -
CMYK 0.72 0.17 0 0.93
HSL 193.85º 0.57% 0.05% -
HSV(B) 193.85º 0.72% 0.07% -
XYZ 0.34 0.42 0.63 -
YUV 12.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 5 15 18 0.72 0.17 0 0.93 193.85 0.57 0.05
Hex 5 F 12 48 11 0 5D C2 39 5
Octal 5 17 22 110 21 0 135 302 71 5
Binary 101 1111 10010 1001000 10001 0 1011101 11000010 111001 101

Color Harmonies of #050F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F12

Black with #050F12

Text Example


Text Example

White with #050F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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