Html Css Color HEX #1F0141 Blackcurrant

📋 copy color: '#1F0141'

red 31 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #1F0141

Tints of Blackcurrant #1F0141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.03%

 BLUE value IS 65 (25.78% from 255) = 67.01%

R = 31.96%
G = 1.03%
B = 67.01%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1F0141 (or 0x1F0141) is known color: Blackcurrant. HEX triplet: 1F, 01 and 41. RGB value is (31,1,65). Sum of RGB (Red+Green+Blue) = 31+1+65=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 65 (25.78% from 255 or 67.01% from 97); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F0141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0141 is #E0FEBE. Grayscale: #111111. Windows color (decimal): -14745279 or 4260127. OLE color: 4260127.

HSL color Cylindrical-coordinate representation of color #1F0141: hue angle of 268.12º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F0141 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 31 1 65 -
CMYK 0.52 0.98 0 0.75
HSL 268.13º 0.97% 0.13% -
HSV(B) 268.13º 0.98% 0.25% -
XYZ 1.53 0.69 5.05 -
YUV 17.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 31 1 65 0.52 0.98 0 0.75 268.13 0.97 0.13
Hex 1F 1 41 34 62 0 4B 10C 61 D
Octal 37 1 101 64 142 0 113 414 141 15
Binary 11111 1 1000001 110100 1100010 0 1001011 100001100 1100001 1101

Color Harmonies of #1F0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0141

Black with #1F0141

Text Example


Text Example

White with #1F0141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,1,65); }

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

background-color css

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

 a { background-color: rgb(31,1,65); }

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

border-color css

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

 span { border-color: rgb(31,1,65); }

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