Html Css Color HEX #031719 Black Pearl

📋 copy color: '#031719'

red 3 ◦ green 23 ◦ blue 25

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

Shades of Black Pearl #031719

Tints of Black Pearl #031719

RGB

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

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

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

R = 5.88%
G = 45.1%
B = 49.02%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#031719 (or 0x031719) is known color: Black Pearl. HEX triplet: 03, 17 and 19. RGB value is (3,23,25). Sum of RGB (Red+Green+Blue) = 3+23+25=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #031719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031719 is #FCE8E6. Grayscale: #111111. Windows color (decimal): -16574695 or 1644291. OLE color: 1644291.

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

Color convert

RGB 3 23 25 -
CMYK 0.88 0.08 0 0.90
HSL 185.45º 0.79% 0.05% -
HSV(B) 185.45º 0.88% 0.1% -
XYZ 0.52 0.7 1.03 -
YUV 17.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 3 23 25 0.88 0.08 0 0.90 185.45 0.79 0.05
Hex 3 17 19 58 8 0 5A B9 4F 5
Octal 3 27 31 130 10 0 132 271 117 5
Binary 11 10111 11001 1011000 1000 0 1011010 10111001 1001111 101

Color Harmonies of #031719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031719

Black with #031719

Text Example


Text Example

White with #031719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031719; }

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

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

background-color css

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

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

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

border-color css

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

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

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