Html Css Color HEX #050F17 Black Pearl

📋 copy color: '#050F17'

red 5 ◦ green 15 ◦ blue 23

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

Shades of Black Pearl #050F17

Tints of Black Pearl #050F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 53.49%

R = 11.63%
G = 34.88%
B = 53.49%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050F17 (or 0x050F17) is known color: Black Pearl. HEX triplet: 05, 0F and 17. RGB value is (5,15,23). Sum of RGB (Red+Green+Blue) = 5+15+23=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #050F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F17 is #FAF0E8. Grayscale: #0C0C0C. Windows color (decimal): -16445673 or 1511173. OLE color: 1511173.

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

Color convert

RGB 5 15 23 -
CMYK 0.78 0.35 0 0.91
HSL 206.67º 0.64% 0.05% -
HSV(B) 206.67º 0.78% 0.09% -
XYZ 0.39 0.44 0.87 -
YUV 12.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 5 15 23 0.78 0.35 0 0.91 206.67 0.64 0.05
Hex 5 F 17 4E 23 0 5B CF 40 5
Octal 5 17 27 116 43 0 133 317 100 5
Binary 101 1111 10111 1001110 100011 0 1011011 11001111 1000000 101

Color Harmonies of #050F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F17

Black with #050F17

Text Example


Text Example

White with #050F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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