#1F0825

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

Shades of Blackcurrant #1F0825

Tints of Blackcurrant #1F0825

Color information

#1F0825 (or 0x1F0825) is unknown color: approx Blackcurrant. HEX triplet: 1F, 08 and 25. RGB value is (31,8,37). Sum of RGB (Red+Green+Blue) = 31+8+37=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F0825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0825 is #E0F7DA. Grayscale: #121212. Windows color (decimal): -14743515 or 2426911. OLE color: 2426911.

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

Color convert

RGB31837-
CMYK0.160.7800.85
HSL287.59º64.44%8.82%-
HSV(B)287.59º78.38%14.51%-
XYZ0.990.61.81-
YUV18.18138.62137.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 40.79%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 37 (14.84% from 255) = 48.68%
R=40.79%
G=10.53%
B=48.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal318370.160.7800.85287.5964.448.82
Hex1F825104E055120409
Octal37104520116012544010011
Binary1111110001001011000010011100101010110010000010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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