#1E0826

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

Shades of Blackcurrant #1E0826

Tints of Blackcurrant #1E0826

Color information

#1E0826 (or 0x1E0826) is unknown color: approx Blackcurrant. HEX triplet: 1E, 08 and 26. RGB value is (30,8,38). Sum of RGB (Red+Green+Blue) = 30+8+38=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #1E0826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0826 is #E1F7D9. Grayscale: #111111. Windows color (decimal): -14809050 or 2492446. OLE color: 2492446.

HSL color Cylindrical-coordinate representation of color #1E0826: hue angle of 284º 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 #1E0826 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB30838-
CMYK0.210.7900.85
HSL284º65.22%9.02%-
HSV(B)284º78.95%14.9%-
XYZ0.970.591.9-
YUV18139.29136.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 39.47%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 38 (15.23% from 255) = 50%
R=39.47%
G=10.53%
B=50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal308380.210.7900.8528465.229.02
Hex1E826154F05511c419
Octal36104625117012543410111
Binary1111010001001101010110011110101010110001110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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