Html Css Color HEX #1E1029 Blackcurrant

📋 copy color: '#1E1029'

red 30 ◦ green 16 ◦ blue 41

#1E1029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #1E1029

Tints of Blackcurrant #1E1029

RGB

 RED value IS 30 (12.11% from 255) = 34.48%

 GREEN value IS 16 (6.64% from 255) = 18.39%

 BLUE value IS 41 (16.41% from 255) = 47.13%

R = 34.48%
G = 18.39%
B = 47.13%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1E1029 (or 0x1E1029) is known color: Blackcurrant. HEX triplet: 1E, 10 and 29. RGB value is (30,16,41). Sum of RGB (Red+Green+Blue) = 30+16+41=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 41 (16.41% from 255 or 47.13% from 87); Max value from RGB is 41 - color contains mainly: blue. Hex color #1E1029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1029 is #E1EFD6. Grayscale: #161616. Windows color (decimal): -14806999 or 2691102. OLE color: 2691102.

HSL color Cylindrical-coordinate representation of color #1E1029: hue angle of 273.6º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E1029 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 30 16 41 -
CMYK 0.27 0.61 0 0.84
HSL 273.6º 0.44% 0.11% -
HSV(B) 273.6º 0.61% 0.16% -
XYZ 1.12 0.81 2.19 -
YUV 23.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 30 16 41 0.27 0.61 0 0.84 273.6 0.44 0.11
Hex 1E 10 29 1B 3D 0 54 112 2C B
Octal 36 20 51 33 75 0 124 422 54 13
Binary 11110 10000 101001 11011 111101 0 1010100 100010010 101100 1011

Color Harmonies of #1E1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1029

Black with #1E1029

Text Example


Text Example

White with #1E1029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,16,41); }

 H1.HeaderClassName
 {
   color: #1E1029;
 }
 .AnyTagClassName
 {
   color: #1E1029;
 }
</style>

background-color css

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

 a { background-color: rgb(30,16,41); }

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

border-color css

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

 span { border-color: rgb(30,16,41); }

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