#1E082F

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

Shades of Blackcurrant #1E082F

Tints of Blackcurrant #1E082F

Color information

#1E082F (or 0x1E082F) is unknown color: approx Blackcurrant. HEX triplet: 1E, 08 and 2F. RGB value is (30,8,47). Sum of RGB (Red+Green+Blue) = 30+8+47=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #1E082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E082F is #E1F7D0. Grayscale: #121212. Windows color (decimal): -14809041 or 3082270. OLE color: 3082270.

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

Color convert

RGB30847-
CMYK0.360.8300.82
HSL273.85º70.91%10.78%-
HSV(B)273.85º82.98%18.43%-
XYZ1.140.652.76-
YUV19.02143.79135.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.29%
GREEN value IS 8 (3.52% from 255) = 9.41%
BLUE value IS 47 (18.75% from 255) = 55.29%
R=35.29%
G=9.41%
B=55.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal308470.360.8300.82273.8570.9110.78
Hex1E82F245305211247b
Octal36105744123012242210713
Binary11110100010111110010010100110101001010001001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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