Html Css Color HEX #1F024A Blackcurrant

📋 copy color: '#1F024A'

red 31 ◦ green 2 ◦ blue 74

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

Shades of Blackcurrant #1F024A

Tints of Blackcurrant #1F024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.87%

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

R = 28.97%
G = 1.87%
B = 69.16%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1F024A (or 0x1F024A) is known color: Blackcurrant. HEX triplet: 1F, 02 and 4A. RGB value is (31,2,74). Sum of RGB (Red+Green+Blue) = 31+2+74=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 74 (29.30% from 255 or 69.16% from 107); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F024A is #E0FDB5. Grayscale: #121212. Windows color (decimal): -14745014 or 4850207. OLE color: 4850207.

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

Color convert

RGB 31 2 74 -
CMYK 0.58 0.97 0 0.71
HSL 264.17º 0.95% 0.15% -
HSV(B) 264.17º 0.97% 0.29% -
XYZ 1.82 0.83 6.54 -
YUV 18.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 31 2 74 0.58 0.97 0 0.71 264.17 0.95 0.15
Hex 1F 2 4A 3A 61 0 47 108 5F F
Octal 37 2 112 72 141 0 107 410 137 17
Binary 11111 10 1001010 111010 1100001 0 1000111 100001000 1011111 1111

Color Harmonies of #1F024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F024A

Black with #1F024A

Text Example


Text Example

White with #1F024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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