Html Css Color HEX #1E1226 Blackcurrant

📋 copy color: '#1E1226'

red 30 ◦ green 18 ◦ blue 38

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

Shades of Blackcurrant #1E1226

Tints of Blackcurrant #1E1226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 44.19%

R = 34.88%
G = 20.93%
B = 44.19%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1E1226 (or 0x1E1226) is known color: Blackcurrant. HEX triplet: 1E, 12 and 26. RGB value is (30,18,38). Sum of RGB (Red+Green+Blue) = 30+18+38=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 38 - color contains mainly: blue. Hex color #1E1226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1226 is #E1EDD9. Grayscale: #171717. Windows color (decimal): -14806490 or 2495006. OLE color: 2495006.

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

Color convert

RGB 30 18 38 -
CMYK 0.21 0.53 0 0.85
HSL 276º 0.36% 0.11% -
HSV(B) 276º 0.53% 0.15% -
XYZ 1.1 0.85 1.94 -
YUV 23.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 30 18 38 0.21 0.53 0 0.85 276 0.36 0.11
Hex 1E 12 26 15 35 0 55 114 24 B
Octal 36 22 46 25 65 0 125 424 44 13
Binary 11110 10010 100110 10101 110101 0 1010101 100010100 100100 1011

Color Harmonies of #1E1226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1226

Black with #1E1226

Text Example


Text Example

White with #1E1226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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