#1E0B28

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

Shades of Blackcurrant #1E0B28

Tints of Blackcurrant #1E0B28

Color information

#1E0B28 (or 0x1E0B28) is unknown color: approx Blackcurrant. HEX triplet: 1E, 0B and 28. RGB value is (30,11,40). Sum of RGB (Red+Green+Blue) = 30+11+40=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E0B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0B28 is #E1F4D7. Grayscale: #131313. Windows color (decimal): -14808280 or 2624286. OLE color: 2624286.

HSL color Cylindrical-coordinate representation of color #1E0B28: hue angle of 279.31º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E0B28 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB301140-
CMYK0.250.7200.84
HSL279.31º56.86%10%-
HSV(B)279.31º72.5%15.69%-
XYZ1.040.672.08-
YUV19.99139.29135.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.04%
GREEN value IS 11 (4.69% from 255) = 13.58%
BLUE value IS 40 (16.02% from 255) = 49.38%
R=37.04%
G=13.58%
B=49.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3011400.250.7200.84279.3156.8610
Hex1EB28194805411739a
Octal3613503111001244277112
Binary111101011101000110011001000010101001000101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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