Html Css Color HEX #1F0531 Blackcurrant

📋 copy color: '#1F0531'

red 31 ◦ green 5 ◦ blue 49

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

Shades of Blackcurrant #1F0531

Tints of Blackcurrant #1F0531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.88%

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

R = 36.47%
G = 5.88%
B = 57.65%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1F0531 (or 0x1F0531) is known color: Blackcurrant. HEX triplet: 1F, 05 and 31. RGB value is (31,5,49). Sum of RGB (Red+Green+Blue) = 31+5+49=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F0531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0531 is #E0FACE. Grayscale: #111111. Windows color (decimal): -14744271 or 3212575. OLE color: 3212575.

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

Color convert

RGB 31 5 49 -
CMYK 0.37 0.90 0 0.81
HSL 275.45º 0.81% 0.11% -
HSV(B) 275.45º 0.9% 0.19% -
XYZ 1.17 0.62 2.96 -
YUV 17.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 31 5 49 0.37 0.90 0 0.81 275.45 0.81 0.11
Hex 1F 5 31 25 5A 0 51 113 51 B
Octal 37 5 61 45 132 0 121 423 121 13
Binary 11111 101 110001 100101 1011010 0 1010001 100010011 1010001 1011

Color Harmonies of #1F0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0531

Black with #1F0531

Text Example


Text Example

White with #1F0531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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