Html Css Color HEX #1E0130 Blackcurrant

📋 copy color: '#1E0130'

red 30 ◦ green 1 ◦ blue 48

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

Shades of Blackcurrant #1E0130

Tints of Blackcurrant #1E0130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 60.76%

R = 37.97%
G = 1.27%
B = 60.76%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1E0130 (or 0x1E0130) is known color: Blackcurrant. HEX triplet: 1E, 01 and 30. RGB value is (30,1,48). Sum of RGB (Red+Green+Blue) = 30+1+48=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 48 (19.14% from 255 or 60.76% from 79); Max value from RGB is 48 - color contains mainly: blue. Hex color #1E0130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0130 is #E1FECF. Grayscale: #0E0E0E. Windows color (decimal): -14810832 or 3146014. OLE color: 3146014.

HSL color Cylindrical-coordinate representation of color #1E0130: hue angle of 277.02º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0130 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 30 1 48 -
CMYK 0.37 0.98 0 0.81
HSL 277.02º 0.96% 0.1% -
HSV(B) 277.02º 0.98% 0.19% -
XYZ 1.08 0.51 2.84 -
YUV 15.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 30 1 48 0.37 0.98 0 0.81 277.02 0.96 0.1
Hex 1E 1 30 25 62 0 51 115 60 A
Octal 36 1 60 45 142 0 121 425 140 12
Binary 11110 1 110000 100101 1100010 0 1010001 100010101 1100000 1010

Color Harmonies of #1E0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0130

Black with #1E0130

Text Example


Text Example

White with #1E0130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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