Html Css Color HEX #031519 Black Pearl

📋 copy color: '#031519'

red 3 ◦ green 21 ◦ blue 25

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

Shades of Black Pearl #031519

Tints of Black Pearl #031519

RGB

 RED value IS 3 (1.56% from 255) = 6.12%

 GREEN value IS 21 (8.59% from 255) = 42.86%

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

R = 6.12%
G = 42.86%
B = 51.02%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#031519 (or 0x031519) is known color: Black Pearl. HEX triplet: 03, 15 and 19. RGB value is (3,21,25). Sum of RGB (Red+Green+Blue) = 3+21+25=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 21 (8.59% from 255 or 42.86% 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 #031519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031519 is #FCEAE6. Grayscale: #101010. Windows color (decimal): -16575207 or 1643779. OLE color: 1643779.

HSL color Cylindrical-coordinate representation of color #031519: hue angle of 190.91º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031519 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 3 21 25 -
CMYK 0.88 0.16 0 0.90
HSL 190.91º 0.79% 0.05% -
HSV(B) 190.91º 0.88% 0.1% -
XYZ 0.48 0.63 1.02 -
YUV 16.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 3 21 25 0.88 0.16 0 0.90 190.91 0.79 0.05
Hex 3 15 19 58 10 0 5A BF 4F 5
Octal 3 25 31 130 20 0 132 277 117 5
Binary 11 10101 11001 1011000 10000 0 1011010 10111111 1001111 101

Color Harmonies of #031519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031519

Black with #031519

Text Example


Text Example

White with #031519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031519; }

 p { color: rgb(3,21,25); }

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

background-color css

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

 a { background-color: rgb(3,21,25); }

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

border-color css

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

 span { border-color: rgb(3,21,25); }

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