Html Css Color HEX #1E0147 Blackcurrant

📋 copy color: '#1E0147'

red 30 ◦ green 1 ◦ blue 71

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

Shades of Blackcurrant #1E0147

Tints of Blackcurrant #1E0147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.98%

 BLUE value IS 71 (28.13% from 255) = 69.61%

R = 29.41%
G = 0.98%
B = 69.61%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1E0147 (or 0x1E0147) is known color: Blackcurrant. HEX triplet: 1E, 01 and 47. RGB value is (30,1,71). Sum of RGB (Red+Green+Blue) = 30+1+71=102 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.41% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 71 (28.12% from 255 or 69.61% from 102); Max value from RGB is 71 - color contains mainly: blue. Hex color #1E0147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0147 is #E1FEB8. Grayscale: #111111. Windows color (decimal): -14810809 or 4653342. OLE color: 4653342.

HSL color Cylindrical-coordinate representation of color #1E0147: hue angle of 264.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E0147 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 30 1 71 -
CMYK 0.58 0.99 0 0.72
HSL 264.86º 0.97% 0.14% -
HSV(B) 264.86º 0.99% 0.28% -
XYZ 1.68 0.75 6.02 -
YUV 17.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 30 1 71 0.58 0.99 0 0.72 264.86 0.97 0.14
Hex 1E 1 47 3A 63 0 48 109 61 E
Octal 36 1 107 72 143 0 110 411 141 16
Binary 11110 1 1000111 111010 1100011 0 1001000 100001001 1100001 1110

Color Harmonies of #1E0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0147

Black with #1E0147

Text Example


Text Example

White with #1E0147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,1,71); }

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

background-color css

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

 a { background-color: rgb(30,1,71); }

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

border-color css

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

 span { border-color: rgb(30,1,71); }

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