#1F0824

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

Shades of Blackcurrant #1F0824

Tints of Blackcurrant #1F0824

Color information

#1F0824 (or 0x1F0824) is unknown color: approx Blackcurrant. HEX triplet: 1F, 08 and 24. RGB value is (31,8,36). Sum of RGB (Red+Green+Blue) = 31+8+36=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F0824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0824 is #E0F7DB. Grayscale: #111111. Windows color (decimal): -14743516 or 2361375. OLE color: 2361375.

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

Color convert

RGB31836-
CMYK0.140.7800.86
HSL289.29º63.64%8.63%-
HSV(B)289.29º77.78%14.12%-
XYZ0.970.591.73-
YUV18.07138.12137.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.33%
GREEN value IS 8 (3.52% from 255) = 10.67%
BLUE value IS 36 (14.45% from 255) = 48%
R=41.33%
G=10.67%
B=48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal318360.140.7800.86289.2963.648.63
Hex1F824E4E056121409
Octal37104416116012644110011
Binary111111000100100111010011100101011010010000110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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