Html Css Color HEX #051719 Black Pearl

📋 copy color: '#051719'

red 5 ◦ green 23 ◦ blue 25

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

Shades of Black Pearl #051719

Tints of Black Pearl #051719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 43.4%

 BLUE value IS 25 (10.16% from 255) = 47.17%

R = 9.43%
G = 43.4%
B = 47.17%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#051719 (or 0x051719) is known color: Black Pearl. HEX triplet: 05, 17 and 19. RGB value is (5,23,25). Sum of RGB (Red+Green+Blue) = 5+23+25=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #051719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051719 is #FAE8E6. Grayscale: #111111. Windows color (decimal): -16443623 or 1644293. OLE color: 1644293.

HSL color Cylindrical-coordinate representation of color #051719: hue angle of 186º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #051719 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 23 25 -
CMYK 0.80 0.08 0 0.90
HSL 186º 0.67% 0.06% -
HSV(B) 186º 0.8% 0.1% -
XYZ 0.54 0.72 1.03 -
YUV 17.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 5 23 25 0.80 0.08 0 0.90 186 0.67 0.06
Hex 5 17 19 50 8 0 5A BA 43 6
Octal 5 27 31 120 10 0 132 272 103 6
Binary 101 10111 11001 1010000 1000 0 1011010 10111010 1000011 110

Color Harmonies of #051719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051719

Black with #051719

Text Example


Text Example

White with #051719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051719; }

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

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

background-color css

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

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

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

border-color css

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

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

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