#1E0C3D

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

Shades of Blackcurrant #1E0C3D

Tints of Blackcurrant #1E0C3D

Color information

#1E0C3D (or 0x1E0C3D) is unknown color: approx Blackcurrant. HEX triplet: 1E, 0C and 3D. RGB value is (30,12,61). Sum of RGB (Red+Green+Blue) = 30+12+61=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 61 (24.22% from 255 or 59.22% from 103); Max value from RGB is 61 - color contains mainly: blue. Hex color #1E0C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0C3D is #E1F3C2. Grayscale: #161616. Windows color (decimal): -14808003 or 4000798. OLE color: 4000798.

HSL color Cylindrical-coordinate representation of color #1E0C3D: hue angle of 262.04º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E0C3D is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB301261-
CMYK0.510.8000.76
HSL262.04º67.12%14.31%-
HSV(B)262.04º80.33%23.92%-
XYZ1.510.884.5-
YUV22.97149.46133.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 29.13%
GREEN value IS 12 (5.08% from 255) = 11.65%
BLUE value IS 61 (24.22% from 255) = 59.22%
R=29.13%
G=11.65%
B=59.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3012610.510.8000.76262.0467.1214.31
Hex1EC3D335004C10643e
Octal36147563120011440610316
Binary11110110011110111001110100000100110010000011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,12,61); }

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

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

 a { background-color: rgb(30,12,61); }

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

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

 span { border-color: rgb(30,12,61); }

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