#1E1226

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

Shades of Blackcurrant #1E1226

Tints of Blackcurrant #1E1226

Color information

#1E1226 (or 0x1E1226) is unknown color: approx Blackcurrant. HEX triplet: 1E, 12 and 26. RGB value is (30,18,38). Sum of RGB (Red+Green+Blue) = 30+18+38=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 38 - color contains mainly: blue. Hex color #1E1226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1226 is #E1EDD9. Grayscale: #171717. Windows color (decimal): -14806490 or 2495006. OLE color: 2495006.

HSL color Cylindrical-coordinate representation of color #1E1226: hue angle of 276º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E1226 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB301838-
CMYK0.210.5300.85
HSL276º35.71%10.98%-
HSV(B)276º52.63%14.9%-
XYZ1.10.851.94-
YUV23.87135.98132.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.88%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 38 (15.23% from 255) = 44.19%
R=34.88%
G=20.93%
B=44.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3018380.210.5300.8527635.7110.98
Hex1E1226153505511424b
Octal362246256501254244413
Binary111101001010011010101110101010101011000101001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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