Html Css Color HEX #1E0340 Blackcurrant

📋 copy color: '#1E0340'

red 30 ◦ green 3 ◦ blue 64

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

Shades of Blackcurrant #1E0340

Tints of Blackcurrant #1E0340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.09%

 BLUE value IS 64 (25.39% from 255) = 65.98%

R = 30.93%
G = 3.09%
B = 65.98%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1E0340 (or 0x1E0340) is known color: Blackcurrant. HEX triplet: 1E, 03 and 40. RGB value is (30,3,64). Sum of RGB (Red+Green+Blue) = 30+3+64=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #1E0340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0340 is #E1FCBF. Grayscale: #111111. Windows color (decimal): -14810304 or 4195102. OLE color: 4195102.

HSL color Cylindrical-coordinate representation of color #1E0340: hue angle of 266.56º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0340 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 30 3 64 -
CMYK 0.53 0.95 0 0.75
HSL 266.56º 0.91% 0.13% -
HSV(B) 266.56º 0.95% 0.25% -
XYZ 1.49 0.71 4.91 -
YUV 18.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 30 3 64 0.53 0.95 0 0.75 266.56 0.91 0.13
Hex 1E 3 40 35 5F 0 4B 10B 5B D
Octal 36 3 100 65 137 0 113 413 133 15
Binary 11110 11 1000000 110101 1011111 0 1001011 100001011 1011011 1101

Color Harmonies of #1E0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0340

Black with #1E0340

Text Example


Text Example

White with #1E0340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,3,64); }

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

background-color css

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

 a { background-color: rgb(30,3,64); }

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

border-color css

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

 span { border-color: rgb(30,3,64); }

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