#1F053A

Color #1F053A Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #1F053A

Tints of Blackcurrant #1F053A

Color information

#1F053A (or 0x1F053A) is unknown color: approx Blackcurrant. HEX triplet: 1F, 05 and 3A. RGB value is (31,5,58). Sum of RGB (Red+Green+Blue) = 31+5+58=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F053A is #E0FAC5. Grayscale: #121212. Windows color (decimal): -14744262 or 3802399. OLE color: 3802399.

HSL color Cylindrical-coordinate representation of color #1F053A: hue angle of 269.43º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F053A is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB31558-
CMYK0.470.9100.77
HSL269.43º84.13%12.35%-
HSV(B)269.43º91.38%22.75%-
XYZ1.380.714.07-
YUV18.82150.11136.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.98%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 58 (23.05% from 255) = 61.70%
R=32.98%
G=5.32%
B=61.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal315580.470.9100.77269.4384.1312.35
Hex1F53A2F5B04D10d54c
Octal3757257133011541512414
Binary1111110111101010111110110110100110110000110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F053A;
 }
 .AnyTagClassName
 {
   color: #1F053A;
 }
</style>
background-color css

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

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

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

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

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

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