Html Css Color HEX #1E073C Blackcurrant

📋 copy color: '#1E073C'

red 30 ◦ green 7 ◦ blue 60

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

Shades of Blackcurrant #1E073C

Tints of Blackcurrant #1E073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.22%

 BLUE value IS 60 (23.83% from 255) = 61.86%

R = 30.93%
G = 7.22%
B = 61.86%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1E073C (or 0x1E073C) is known color: Blackcurrant. HEX triplet: 1E, 07 and 3C. RGB value is (30,7,60). Sum of RGB (Red+Green+Blue) = 30+7+60=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 60 (23.83% from 255 or 61.86% from 97); Max value from RGB is 60 - color contains mainly: blue. Hex color #1E073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E073C is #E1F8C3. Grayscale: #131313. Windows color (decimal): -14809284 or 3933982. OLE color: 3933982.

HSL color Cylindrical-coordinate representation of color #1E073C: hue angle of 266.04º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E073C is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 30 7 60 -
CMYK 0.50 0.88 0 0.76
HSL 266.04º 0.79% 0.13% -
HSV(B) 266.04º 0.88% 0.24% -
XYZ 1.43 0.75 4.35 -
YUV 19.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 30 7 60 0.50 0.88 0 0.76 266.04 0.79 0.13
Hex 1E 7 3C 32 58 0 4C 10A 4F D
Octal 36 7 74 62 130 0 114 412 117 15
Binary 11110 111 111100 110010 1011000 0 1001100 100001010 1001111 1101

Color Harmonies of #1E073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E073C

Black with #1E073C

Text Example


Text Example

White with #1E073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,7,60); }

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

background-color css

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

 a { background-color: rgb(30,7,60); }

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

border-color css

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

 span { border-color: rgb(30,7,60); }

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