#1E0828

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

Shades of Blackcurrant #1E0828

Tints of Blackcurrant #1E0828

Color information

#1E0828 (or 0x1E0828) is unknown color: approx Blackcurrant. HEX triplet: 1E, 08 and 28. RGB value is (30,8,40). Sum of RGB (Red+Green+Blue) = 30+8+40=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E0828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0828 is #E1F7D7. Grayscale: #121212. Windows color (decimal): -14809048 or 2623518. OLE color: 2623518.

HSL color Cylindrical-coordinate representation of color #1E0828: hue angle of 281.25º 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 #1E0828 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB30840-
CMYK0.250.8000.84
HSL281.25º66.67%9.41%-
HSV(B)281.25º80%15.69%-
XYZ1.010.62.07-
YUV18.23140.29136.4-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 38.46%
GREEN value IS 8 (3.52% from 255) = 10.26%
BLUE value IS 40 (16.02% from 255) = 51.28%
R=38.46%
G=10.26%
B=51.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal308400.250.8000.84281.2566.679.41
Hex1E8281950054119439
Octal36105031120012443110311
Binary1111010001010001100110100000101010010001100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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