Html Css Color HEX #1F0831 Blackcurrant

📋 copy color: '#1F0831'

red 31 ◦ green 8 ◦ blue 49

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

Shades of Blackcurrant #1F0831

Tints of Blackcurrant #1F0831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.09%

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

R = 35.23%
G = 9.09%
B = 55.68%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1F0831 (or 0x1F0831) is known color: Blackcurrant. HEX triplet: 1F, 08 and 31. RGB value is (31,8,49). Sum of RGB (Red+Green+Blue) = 31+8+49=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F0831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0831 is #E0F7CE. Grayscale: #131313. Windows color (decimal): -14743503 or 3213343. OLE color: 3213343.

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

Color convert

RGB 31 8 49 -
CMYK 0.37 0.84 0 0.81
HSL 273.66º 0.72% 0.11% -
HSV(B) 273.66º 0.84% 0.19% -
XYZ 1.21 0.69 2.97 -
YUV 19.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 31 8 49 0.37 0.84 0 0.81 273.66 0.72 0.11
Hex 1F 8 31 25 54 0 51 112 48 B
Octal 37 10 61 45 124 0 121 422 110 13
Binary 11111 1000 110001 100101 1010100 0 1010001 100010010 1001000 1011

Color Harmonies of #1F0831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0831

Black with #1F0831

Text Example


Text Example

White with #1F0831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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