Html Css Color HEX #1E0826 Blackcurrant

📋 copy color: '#1E0826'

red 30 ◦ green 8 ◦ blue 38

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

Shades of Blackcurrant #1E0826

Tints of Blackcurrant #1E0826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.53%

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

R = 39.47%
G = 10.53%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1E0826 (or 0x1E0826) is known color: Blackcurrant. HEX triplet: 1E, 08 and 26. RGB value is (30,8,38). Sum of RGB (Red+Green+Blue) = 30+8+38=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #1E0826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0826 is #E1F7D9. Grayscale: #111111. Windows color (decimal): -14809050 or 2492446. OLE color: 2492446.

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

Color convert

RGB 30 8 38 -
CMYK 0.21 0.79 0 0.85
HSL 284º 0.65% 0.09% -
HSV(B) 284º 0.79% 0.15% -
XYZ 0.97 0.59 1.9 -
YUV 18 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 30 8 38 0.21 0.79 0 0.85 284 0.65 0.09
Hex 1E 8 26 15 4F 0 55 11C 41 9
Octal 36 10 46 25 117 0 125 434 101 11
Binary 11110 1000 100110 10101 1001111 0 1010101 100011100 1000001 1001

Color Harmonies of #1E0826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0826

Black with #1E0826

Text Example


Text Example

White with #1E0826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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