#1F0828

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

Shades of Blackcurrant #1F0828

Tints of Blackcurrant #1F0828

Color information

#1F0828 (or 0x1F0828) is unknown color: approx Blackcurrant. HEX triplet: 1F, 08 and 28. RGB value is (31,8,40). Sum of RGB (Red+Green+Blue) = 31+8+40=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #1F0828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0828 is #E0F7D7. Grayscale: #121212. Windows color (decimal): -14743512 or 2623519. OLE color: 2623519.

HSL color Cylindrical-coordinate representation of color #1F0828: hue angle of 283.12º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F0828 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB31840-
CMYK0.220.8000.84
HSL283.12º66.67%9.41%-
HSV(B)283.12º80%15.69%-
XYZ1.030.622.07-
YUV18.52140.12136.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.24%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 40 (16.02% from 255) = 50.63%
R=39.24%
G=10.13%
B=50.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal318400.220.8000.84283.1266.679.41
Hex1F828165005411b439
Octal37105026120012443310311
Binary1111110001010001011010100000101010010001101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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