Html Css Color HEX #050F1E Black Pearl

📋 copy color: '#050F1E'

red 5 ◦ green 15 ◦ blue 30

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

Shades of Black Pearl #050F1E

Tints of Black Pearl #050F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 60%

R = 10%
G = 30%
B = 60%

CMYK

 C value IS 0.83

 M value IS 0.5

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#050F1E (or 0x050F1E) is known color: Black Pearl. HEX triplet: 05, 0F and 1E. RGB value is (5,15,30). Sum of RGB (Red+Green+Blue) = 5+15+30=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #050F1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F1E is #FAF0E1. Grayscale: #0D0D0D. Windows color (decimal): -16445666 or 1969925. OLE color: 1969925.

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

Color convert

RGB 5 15 30 -
CMYK 0.83 0.5 0 0.88
HSL 216º 0.71% 0.07% -
HSV(B) 216º 0.83% 0.12% -
XYZ 0.47 0.47 1.29 -
YUV 13.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 5 15 30 0.83 0.5 0 0.88 216 0.71 0.07
Hex 5 F 1E 53 32 0 58 D8 47 7
Octal 5 17 36 123 62 0 130 330 107 7
Binary 101 1111 11110 1010011 110010 0 1011000 11011000 1000111 111

Color Harmonies of #050F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F1E

Black with #050F1E

Text Example


Text Example

White with #050F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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