Html Css Color HEX #1E0041 Blackcurrant

📋 copy color: '#1E0041'

red 30 ◦ green 0 ◦ blue 65

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

Shades of Blackcurrant #1E0041

Tints of Blackcurrant #1E0041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 68.42%

R = 31.58%
G = 0%
B = 68.42%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1E0041 (or 0x1E0041) is known color: Blackcurrant. HEX triplet: 1E, 00 and 41. RGB value is (30,0,65). Sum of RGB (Red+Green+Blue) = 30+0+65=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #1E0041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0041 is #E1FFBE. Grayscale: #101010. Windows color (decimal): -14811071 or 4259870. OLE color: 4259870.

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

Color convert

RGB 30 0 65 -
CMYK 0.54 1 0 0.75
HSL 267.69º 1% 0.13% -
HSV(B) 267.69º 1% 0.25% -
XYZ 1.49 0.66 5.05 -
YUV 16.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 30 0 65 0.54 1 0 0.75 267.69 1 0.13
Hex 1E 0 41 36 64 0 4B 10C 64 D
Octal 36 0 101 66 144 0 113 414 144 15
Binary 11110 0 1000001 110110 1100100 0 1001011 100001100 1100100 1101

Color Harmonies of #1E0041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0041

Black with #1E0041

Text Example


Text Example

White with #1E0041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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