#1E0C25

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

Shades of Blackcurrant #1E0C25

Tints of Blackcurrant #1E0C25

Color information

#1E0C25 (or 0x1E0C25) is unknown color: approx Blackcurrant. HEX triplet: 1E, 0C and 25. RGB value is (30,12,37). Sum of RGB (Red+Green+Blue) = 30+12+37=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E0C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0C25 is #E1F3DA. Grayscale: #141414. Windows color (decimal): -14808027 or 2427934. OLE color: 2427934.

HSL color Cylindrical-coordinate representation of color #1E0C25: hue angle of 283.2º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E0C25 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB301237-
CMYK0.190.6800.85
HSL283.2º51.02%9.61%-
HSV(B)283.2º67.57%14.51%-
XYZ10.671.83-
YUV20.23137.46134.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.97%
GREEN value IS 12 (5.08% from 255) = 15.19%
BLUE value IS 37 (14.84% from 255) = 46.84%
R=37.97%
G=15.19%
B=46.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3012370.190.6800.85283.251.029.61
Hex1EC25134405511b33a
Octal3614452310401254336312
Binary111101100100101100111000100010101011000110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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