#1E0D2F

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

Shades of Blackcurrant #1E0D2F

Tints of Blackcurrant #1E0D2F

Color information

#1E0D2F (or 0x1E0D2F) is unknown color: approx Blackcurrant. HEX triplet: 1E, 0D and 2F. RGB value is (30,13,47). Sum of RGB (Red+Green+Blue) = 30+13+47=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #1E0D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0D2F is #E1F2D0. Grayscale: #151515. Windows color (decimal): -14807761 or 3083550. OLE color: 3083550.

HSL color Cylindrical-coordinate representation of color #1E0D2F: hue angle of 270º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E0D2F is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB301347-
CMYK0.360.7200.82
HSL270º56.67%11.76%-
HSV(B)270º72.34%18.43%-
XYZ1.190.772.77-
YUV21.96142.13133.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.33%
GREEN value IS 13 (5.47% from 255) = 14.44%
BLUE value IS 47 (18.75% from 255) = 52.22%
R=33.33%
G=14.44%
B=52.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3013470.360.7200.8227056.6711.76
Hex1ED2F244805210e39c
Octal3615574411001224167114
Binary1111011011011111001001001000010100101000011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,13,47); }

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

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

 a { background-color: rgb(30,13,47); }

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

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

 span { border-color: rgb(30,13,47); }

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