Html Css Color HEX #1E0526 Blackcurrant

📋 copy color: '#1E0526'

red 30 ◦ green 5 ◦ blue 38

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

Shades of Blackcurrant #1E0526

Tints of Blackcurrant #1E0526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.85%

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

R = 41.1%
G = 6.85%
B = 52.05%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1E0526 (or 0x1E0526) is known color: Blackcurrant. HEX triplet: 1E, 05 and 26. RGB value is (30,5,38). Sum of RGB (Red+Green+Blue) = 30+5+38=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 38 (15.23% from 255 or 52.05% from 73); Max value from RGB is 38 - color contains mainly: blue. Hex color #1E0526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0526 is #E1FAD9. Grayscale: #101010. Windows color (decimal): -14809818 or 2491678. OLE color: 2491678.

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

Color convert

RGB 30 5 38 -
CMYK 0.21 0.87 0 0.85
HSL 285.45º 0.77% 0.08% -
HSV(B) 285.45º 0.87% 0.15% -
XYZ 0.94 0.52 1.89 -
YUV 16.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 30 5 38 0.21 0.87 0 0.85 285.45 0.77 0.08
Hex 1E 5 26 15 57 0 55 11D 4D 8
Octal 36 5 46 25 127 0 125 435 115 10
Binary 11110 101 100110 10101 1010111 0 1010101 100011101 1001101 1000

Color Harmonies of #1E0526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0526

Black with #1E0526

Text Example


Text Example

White with #1E0526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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