Html Css Color HEX #1E003A Blackcurrant

📋 copy color: '#1E003A'

red 30 ◦ green 0 ◦ blue 58

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

Shades of Blackcurrant #1E003A

Tints of Blackcurrant #1E003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 65.91%

R = 34.09%
G = 0%
B = 65.91%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1E003A (or 0x1E003A) is known color: Blackcurrant. HEX triplet: 1E, 00 and 3A. RGB value is (30,0,58). Sum of RGB (Red+Green+Blue) = 30+0+58=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 58 (23.05% from 255 or 65.91% from 88); Max value from RGB is 58 - color contains mainly: blue. Hex color #1E003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E003A is #E1FFC5. Grayscale: #0F0F0F. Windows color (decimal): -14811078 or 3801118. OLE color: 3801118.

HSL color Cylindrical-coordinate representation of color #1E003A: hue angle of 271.03º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E003A is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 30 0 58 -
CMYK 0.48 1 0 0.77
HSL 271.03º 1% 0.11% -
HSV(B) 271.03º 1% 0.23% -
XYZ 1.3 0.58 4.05 -
YUV 15.58 151.94 138.28 -
System Red Green Blue C M Y K H S L
Decimal 30 0 58 0.48 1 0 0.77 271.03 1 0.11
Hex 1E 0 3A 30 64 0 4D 10F 64 B
Octal 36 0 72 60 144 0 115 417 144 13
Binary 11110 0 111010 110000 1100100 0 1001101 100001111 1100100 1011

Color Harmonies of #1E003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E003A

Black with #1E003A

Text Example


Text Example

White with #1E003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,0,58); }

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

background-color css

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

 a { background-color: rgb(30,0,58); }

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

border-color css

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

 span { border-color: rgb(30,0,58); }

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