Html Css Color HEX #1F1431 Blackcurrant

📋 copy color: '#1F1431'

red 31 ◦ green 20 ◦ blue 49

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

Shades of Blackcurrant #1F1431

Tints of Blackcurrant #1F1431

RGB

 RED value IS 31 (12.5% from 255) = 31%

 GREEN value IS 20 (8.2% from 255) = 20%

 BLUE value IS 49 (19.53% from 255) = 49%

R = 31%
G = 20%
B = 49%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1F1431 (or 0x1F1431) is known color: Blackcurrant. HEX triplet: 1F, 14 and 31. RGB value is (31,20,49). Sum of RGB (Red+Green+Blue) = 31+20+49=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F1431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1431 is #E0EBCE. Grayscale: #1A1A1A. Windows color (decimal): -14740431 or 3216415. OLE color: 3216415.

HSL color Cylindrical-coordinate representation of color #1F1431: hue angle of 262.76º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F1431 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 31 20 49 -
CMYK 0.37 0.59 0 0.81
HSL 262.76º 0.42% 0.14% -
HSV(B) 262.76º 0.59% 0.19% -
XYZ 1.37 1.01 3.03 -
YUV 26.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 31 20 49 0.37 0.59 0 0.81 262.76 0.42 0.14
Hex 1F 14 31 25 3B 0 51 107 2A E
Octal 37 24 61 45 73 0 121 407 52 16
Binary 11111 10100 110001 100101 111011 0 1010001 100000111 101010 1110

Color Harmonies of #1F1431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1431

Black with #1F1431

Text Example


Text Example

White with #1F1431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F1431; }

 p { color: rgb(31,20,49); }

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

background-color css

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

 a { background-color: rgb(31,20,49); }

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

border-color css

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

 span { border-color: rgb(31,20,49); }

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