#1F0725

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

Shades of Blackcurrant #1F0725

Tints of Blackcurrant #1F0725

Color information

#1F0725 (or 0x1F0725) is unknown color: approx Blackcurrant. HEX triplet: 1F, 07 and 25. RGB value is (31,7,37). Sum of RGB (Red+Green+Blue) = 31+7+37=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F0725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0725 is #E0F8DA. Grayscale: #111111. Windows color (decimal): -14743771 or 2426655. OLE color: 2426655.

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

Color convert

RGB31737-
CMYK0.160.8100.85
HSL288º68.18%8.63%-
HSV(B)288º81.08%14.51%-
XYZ0.970.581.81-
YUV17.6138.95137.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.33%
GREEN value IS 7 (3.12% from 255) = 9.33%
BLUE value IS 37 (14.84% from 255) = 49.33%
R=41.33%
G=9.33%
B=49.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal317370.160.8100.8528868.188.63
Hex1F7251051055120449
Octal3774520121012544010411
Binary111111111001011000010100010101010110010000010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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