Html Css Color HEX #1F0631 Blackcurrant

📋 copy color: '#1F0631'

red 31 ◦ green 6 ◦ blue 49

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

Shades of Blackcurrant #1F0631

Tints of Blackcurrant #1F0631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.98%

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

R = 36.05%
G = 6.98%
B = 56.98%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1F0631 (or 0x1F0631) is known color: Blackcurrant. HEX triplet: 1F, 06 and 31. RGB value is (31,6,49). Sum of RGB (Red+Green+Blue) = 31+6+49=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F0631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0631 is #E0F9CE. Grayscale: #121212. Windows color (decimal): -14744015 or 3212831. OLE color: 3212831.

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

Color convert

RGB 31 6 49 -
CMYK 0.37 0.88 0 0.81
HSL 274.88º 0.78% 0.11% -
HSV(B) 274.88º 0.88% 0.19% -
XYZ 1.18 0.64 2.97 -
YUV 18.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 31 6 49 0.37 0.88 0 0.81 274.88 0.78 0.11
Hex 1F 6 31 25 58 0 51 113 4E B
Octal 37 6 61 45 130 0 121 423 116 13
Binary 11111 110 110001 100101 1011000 0 1010001 100010011 1001110 1011

Color Harmonies of #1F0631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0631

Black with #1F0631

Text Example


Text Example

White with #1F0631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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