Html Css Color HEX #051319 Black Pearl

📋 copy color: '#051319'

red 5 ◦ green 19 ◦ blue 25

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

Shades of Black Pearl #051319

Tints of Black Pearl #051319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 38.78%

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

R = 10.2%
G = 38.78%
B = 51.02%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#051319 (or 0x051319) is known color: Black Pearl. HEX triplet: 05, 13 and 19. RGB value is (5,19,25). Sum of RGB (Red+Green+Blue) = 5+19+25=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #051319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051319 is #FAECE6. Grayscale: #0F0F0F. Windows color (decimal): -16444647 or 1643269. OLE color: 1643269.

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

Color convert

RGB 5 19 25 -
CMYK 0.80 0.24 0 0.90
HSL 198º 0.67% 0.06% -
HSV(B) 198º 0.8% 0.1% -
XYZ 0.47 0.57 1 -
YUV 15.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 5 19 25 0.80 0.24 0 0.90 198 0.67 0.06
Hex 5 13 19 50 18 0 5A C6 43 6
Octal 5 23 31 120 30 0 132 306 103 6
Binary 101 10011 11001 1010000 11000 0 1011010 11000110 1000011 110

Color Harmonies of #051319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051319

Black with #051319

Text Example


Text Example

White with #051319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051319; }

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

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

background-color css

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

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

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

border-color css

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

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

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