#1F0826

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

Shades of Blackcurrant #1F0826

Tints of Blackcurrant #1F0826

Color information

#1F0826 (or 0x1F0826) is unknown color: approx Blackcurrant. HEX triplet: 1F, 08 and 26. RGB value is (31,8,38). Sum of RGB (Red+Green+Blue) = 31+8+38=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #1F0826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0826 is #E0F7D9. Grayscale: #121212. Windows color (decimal): -14743514 or 2492447. OLE color: 2492447.

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

Color convert

RGB31838-
CMYK0.180.7900.85
HSL286º65.22%9.02%-
HSV(B)286º78.95%14.9%-
XYZ10.61.9-
YUV18.3139.12137.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 40.26%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 38 (15.23% from 255) = 49.35%
R=40.26%
G=10.39%
B=49.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal318380.180.7900.8528665.229.02
Hex1F826124F05511e419
Octal37104622117012543610111
Binary1111110001001101001010011110101010110001111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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