Html Css Color HEX #051819 Black Pearl

📋 copy color: '#051819'

red 5 ◦ green 24 ◦ blue 25

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

Shades of Black Pearl #051819

Tints of Black Pearl #051819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 44.44%

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

R = 9.26%
G = 44.44%
B = 46.3%

CMYK

 C value IS 0.80

 M value IS 0.04

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#051819 (or 0x051819) is known color: Black Pearl. HEX triplet: 05, 18 and 19. RGB value is (5,24,25). Sum of RGB (Red+Green+Blue) = 5+24+25=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 25 - color contains mainly: blue. Hex color #051819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051819 is #FAE7E6. Grayscale: #121212. Windows color (decimal): -16443367 or 1644549. OLE color: 1644549.

HSL color Cylindrical-coordinate representation of color #051819: hue angle of 183º 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 #051819 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 24 25 -
CMYK 0.80 0.04 0 0.90
HSL 183º 0.67% 0.06% -
HSV(B) 183º 0.8% 0.1% -
XYZ 0.56 0.76 1.04 -
YUV 18.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 5 24 25 0.80 0.04 0 0.90 183 0.67 0.06
Hex 5 18 19 50 4 0 5A B7 43 6
Octal 5 30 31 120 4 0 132 267 103 6
Binary 101 11000 11001 1010000 100 0 1011010 10110111 1000011 110

Color Harmonies of #051819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051819

Black with #051819

Text Example


Text Example

White with #051819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051819; }

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

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

background-color css

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

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

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

border-color css

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

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

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