Html Css Color HEX #1F0439 Blackcurrant

📋 copy color: '#1F0439'

red 31 ◦ green 4 ◦ blue 57

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

Shades of Blackcurrant #1F0439

Tints of Blackcurrant #1F0439

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.35%

 BLUE value IS 57 (22.66% from 255) = 61.96%

R = 33.7%
G = 4.35%
B = 61.96%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1F0439 (or 0x1F0439) is known color: Blackcurrant. HEX triplet: 1F, 04 and 39. RGB value is (31,4,57). Sum of RGB (Red+Green+Blue) = 31+4+57=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 57 (22.66% from 255 or 61.96% from 92); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F0439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0439 is #E0FBC6. Grayscale: #111111. Windows color (decimal): -14744519 or 3736607. OLE color: 3736607.

HSL color Cylindrical-coordinate representation of color #1F0439: hue angle of 270.57º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F0439 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 4 57 -
CMYK 0.46 0.93 0 0.78
HSL 270.57º 0.87% 0.12% -
HSV(B) 270.57º 0.93% 0.22% -
XYZ 1.35 0.67 3.93 -
YUV 18.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 31 4 57 0.46 0.93 0 0.78 270.57 0.87 0.12
Hex 1F 4 39 2E 5D 0 4E 10F 57 C
Octal 37 4 71 56 135 0 116 417 127 14
Binary 11111 100 111001 101110 1011101 0 1001110 100001111 1010111 1100

Color Harmonies of #1F0439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0439

Black with #1F0439

Text Example


Text Example

White with #1F0439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,4,57); }

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

background-color css

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

 a { background-color: rgb(31,4,57); }

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

border-color css

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

 span { border-color: rgb(31,4,57); }

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