Html Css Color HEX #1E1229 Blackcurrant

📋 copy color: '#1E1229'

red 30 ◦ green 18 ◦ blue 41

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

Shades of Blackcurrant #1E1229

Tints of Blackcurrant #1E1229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.22%

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

R = 33.71%
G = 20.22%
B = 46.07%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1E1229 (or 0x1E1229) is known color: Blackcurrant. HEX triplet: 1E, 12 and 29. RGB value is (30,18,41). Sum of RGB (Red+Green+Blue) = 30+18+41=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 41 (16.41% from 255 or 46.07% from 89); Max value from RGB is 41 - color contains mainly: blue. Hex color #1E1229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1229 is #E1EDD6. Grayscale: #181818. Windows color (decimal): -14806487 or 2691614. OLE color: 2691614.

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

Color convert

RGB 30 18 41 -
CMYK 0.27 0.56 0 0.84
HSL 271.3º 0.39% 0.12% -
HSV(B) 271.3º 0.56% 0.16% -
XYZ 1.15 0.87 2.2 -
YUV 24.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 30 18 41 0.27 0.56 0 0.84 271.3 0.39 0.12
Hex 1E 12 29 1B 38 0 54 10F 27 C
Octal 36 22 51 33 70 0 124 417 47 14
Binary 11110 10010 101001 11011 111000 0 1010100 100001111 100111 1100

Color Harmonies of #1E1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1229

Black with #1E1229

Text Example


Text Example

White with #1E1229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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