Html Css Color HEX #051019 Black Pearl

📋 copy color: '#051019'

red 5 ◦ green 16 ◦ blue 25

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

Shades of Black Pearl #051019

Tints of Black Pearl #051019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 34.78%

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

R = 10.87%
G = 34.78%
B = 54.35%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#051019 (or 0x051019) is known color: Black Pearl. HEX triplet: 05, 10 and 19. RGB value is (5,16,25). Sum of RGB (Red+Green+Blue) = 5+16+25=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #051019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051019 is #FAEFE6. Grayscale: #0D0D0D. Windows color (decimal): -16445415 or 1642501. OLE color: 1642501.

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

Color convert

RGB 5 16 25 -
CMYK 0.80 0.36 0 0.90
HSL 207º 0.67% 0.06% -
HSV(B) 207º 0.8% 0.1% -
XYZ 0.42 0.47 0.99 -
YUV 13.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 5 16 25 0.80 0.36 0 0.90 207 0.67 0.06
Hex 5 10 19 50 24 0 5A CF 43 6
Octal 5 20 31 120 44 0 132 317 103 6
Binary 101 10000 11001 1010000 100100 0 1011010 11001111 1000011 110

Color Harmonies of #051019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051019

Black with #051019

Text Example


Text Example

White with #051019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051019; }

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

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

background-color css

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

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

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

border-color css

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

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

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