#1F0325

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

Shades of Blackcurrant #1F0325

Tints of Blackcurrant #1F0325

Color information

#1F0325 (or 0x1F0325) is unknown color: approx Blackcurrant. HEX triplet: 1F, 03 and 25. RGB value is (31,3,37). Sum of RGB (Red+Green+Blue) = 31+3+37=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F0325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0325 is #E0FCDA. Grayscale: #0F0F0F. Windows color (decimal): -14744795 or 2425631. OLE color: 2425631.

HSL color Cylindrical-coordinate representation of color #1F0325: hue angle of 289.41º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0325 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB31337-
CMYK0.160.9200.85
HSL289.41º85%7.84%-
HSV(B)289.41º91.89%14.51%-
XYZ0.930.491.8-
YUV15.25140.28139.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.66%
GREEN value IS 3 (1.56% from 255) = 4.23%
BLUE value IS 37 (14.84% from 255) = 52.11%
R=43.66%
G=4.23%
B=52.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal313370.160.9200.85289.41857.84
Hex1F325105C055121558
Octal3734520134012544112510
Binary11111111001011000010111000101010110010000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,3,37); }

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

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

 a { background-color: rgb(31,3,37); }

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

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

 span { border-color: rgb(31,3,37); }

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