Html Css Color HEX #1E0528 Blackcurrant

📋 copy color: '#1E0528'

red 30 ◦ green 5 ◦ blue 40

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

Shades of Blackcurrant #1E0528

Tints of Blackcurrant #1E0528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 53.33%

R = 40%
G = 6.67%
B = 53.33%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1E0528 (or 0x1E0528) is known color: Blackcurrant. HEX triplet: 1E, 05 and 28. RGB value is (30,5,40). Sum of RGB (Red+Green+Blue) = 30+5+40=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E0528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0528 is #E1FAD7. Grayscale: #101010. Windows color (decimal): -14809816 or 2622750. OLE color: 2622750.

HSL color Cylindrical-coordinate representation of color #1E0528: hue angle of 282.86º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E0528 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 30 5 40 -
CMYK 0.25 0.88 0 0.84
HSL 282.86º 0.78% 0.09% -
HSV(B) 282.86º 0.88% 0.16% -
XYZ 0.97 0.54 2.06 -
YUV 16.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 30 5 40 0.25 0.88 0 0.84 282.86 0.78 0.09
Hex 1E 5 28 19 58 0 54 11B 4E 9
Octal 36 5 50 31 130 0 124 433 116 11
Binary 11110 101 101000 11001 1011000 0 1010100 100011011 1001110 1001

Color Harmonies of #1E0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0528

Black with #1E0528

Text Example


Text Example

White with #1E0528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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