#1E0F26

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

Shades of Blackcurrant #1E0F26

Tints of Blackcurrant #1E0F26

Color information

#1E0F26 (or 0x1E0F26) is unknown color: approx Blackcurrant. HEX triplet: 1E, 0F and 26. RGB value is (30,15,38). Sum of RGB (Red+Green+Blue) = 30+15+38=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 38 - color contains mainly: blue. Hex color #1E0F26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0F26 is #E1F0D9. Grayscale: #161616. Windows color (decimal): -14807258 or 2494238. OLE color: 2494238.

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

Color convert

RGB301538-
CMYK0.210.6100.85
HSL279.13º43.4%10.39%-
HSV(B)279.13º60.53%14.9%-
XYZ1.060.761.92-
YUV22.11136.97133.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 36.14%
GREEN value IS 15 (6.25% from 255) = 18.07%
BLUE value IS 38 (15.23% from 255) = 45.78%
R=36.14%
G=18.07%
B=45.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3015380.210.6100.85279.1343.410.39
Hex1EF26153D0551172ba
Octal361746257501254275312
Binary11110111110011010101111101010101011000101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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