#1E0832

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

Shades of Blackcurrant #1E0832

Tints of Blackcurrant #1E0832

Color information

#1E0832 (or 0x1E0832) is unknown color: approx Blackcurrant. HEX triplet: 1E, 08 and 32. RGB value is (30,8,50). Sum of RGB (Red+Green+Blue) = 30+8+50=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #1E0832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0832 is #E1F7CD. Grayscale: #131313. Windows color (decimal): -14809038 or 3278878. OLE color: 3278878.

HSL color Cylindrical-coordinate representation of color #1E0832: hue angle of 271.43º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E0832 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB30850-
CMYK0.400.8400.80
HSL271.43º72.41%11.37%-
HSV(B)271.43º84%19.61%-
XYZ1.20.683.09-
YUV19.37145.29135.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.09%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 50 (19.92% from 255) = 56.82%
R=34.09%
G=9.09%
B=56.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal308500.400.8400.80271.4372.4111.37
Hex1E832285405010f48b
Octal36106250124012041711013
Binary11110100011001010100010101000101000010000111110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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