#1E0823

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

Shades of Blackcurrant #1E0823

Tints of Blackcurrant #1E0823

Color information

#1E0823 (or 0x1E0823) is unknown color: approx Blackcurrant. HEX triplet: 1E, 08 and 23. RGB value is (30,8,35). Sum of RGB (Red+Green+Blue) = 30+8+35=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 35 (14.06% from 255 or 47.95% from 73); Max value from RGB is 35 - color contains mainly: blue. Hex color #1E0823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0823 is #E1F7DC. Grayscale: #111111. Windows color (decimal): -14809053 or 2295838. OLE color: 2295838.

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

Color convert

RGB30835-
CMYK0.140.7700.86
HSL288.89º62.79%8.43%-
HSV(B)288.89º77.14%13.73%-
XYZ0.930.571.65-
YUV17.66137.79136.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 41.10%
GREEN value IS 8 (3.52% from 255) = 10.96%
BLUE value IS 35 (14.06% from 255) = 47.95%
R=41.10%
G=10.96%
B=47.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal308350.140.7700.86288.8962.798.43
Hex1E823E4D0561213f8
Octal3610431611501264417710
Binary11110100010001111101001101010101101001000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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