#1E132B

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

Shades of Blackcurrant #1E132B

Tints of Blackcurrant #1E132B

Color information

#1E132B (or 0x1E132B) is unknown color: approx Blackcurrant. HEX triplet: 1E, 13 and 2B. RGB value is (30,19,43). Sum of RGB (Red+Green+Blue) = 30+19+43=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #1E132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E132B is #E1ECD4. Grayscale: #181818. Windows color (decimal): -14806229 or 2822942. OLE color: 2822942.

HSL color Cylindrical-coordinate representation of color #1E132B: hue angle of 267.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E132B is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB301943-
CMYK0.300.5600.83
HSL267.5º38.71%12.16%-
HSV(B)267.5º55.81%16.86%-
XYZ1.20.922.4-
YUV25.02138.14131.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.61%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=32.61%
G=20.65%
B=46.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3019430.300.5600.83267.538.7112.16
Hex1E132B1E3805310c27c
Octal362353367001234144714
Binary111101001110101111110111000010100111000011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,19,43); }

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

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

 a { background-color: rgb(30,19,43); }

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

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

 span { border-color: rgb(30,19,43); }

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