Html Css Color HEX #1F014A Blackcurrant

📋 copy color: '#1F014A'

red 31 ◦ green 1 ◦ blue 74

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

Shades of Blackcurrant #1F014A

Tints of Blackcurrant #1F014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 69.81%

R = 29.25%
G = 0.94%
B = 69.81%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1F014A (or 0x1F014A) is known color: Blackcurrant. HEX triplet: 1F, 01 and 4A. RGB value is (31,1,74). Sum of RGB (Red+Green+Blue) = 31+1+74=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F014A is #E0FEB5. Grayscale: #121212. Windows color (decimal): -14745270 or 4849951. OLE color: 4849951.

HSL color Cylindrical-coordinate representation of color #1F014A: hue angle of 264.66º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F014A is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 31 1 74 -
CMYK 0.58 0.99 0 0.71
HSL 264.66º 0.97% 0.15% -
HSV(B) 264.66º 0.99% 0.29% -
XYZ 1.81 0.81 6.54 -
YUV 18.29 159.44 137.06 -
System Red Green Blue C M Y K H S L
Decimal 31 1 74 0.58 0.99 0 0.71 264.66 0.97 0.15
Hex 1F 1 4A 3A 63 0 47 109 61 F
Octal 37 1 112 72 143 0 107 411 141 17
Binary 11111 1 1001010 111010 1100011 0 1000111 100001001 1100001 1111

Color Harmonies of #1F014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F014A

Black with #1F014A

Text Example


Text Example

White with #1F014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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