Html Css Color HEX #1E0437 Blackcurrant

📋 copy color: '#1E0437'

red 30 ◦ green 4 ◦ blue 55

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

Shades of Blackcurrant #1E0437

Tints of Blackcurrant #1E0437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.49%

 BLUE value IS 55 (21.88% from 255) = 61.8%

R = 33.71%
G = 4.49%
B = 61.8%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1E0437 (or 0x1E0437) is known color: Blackcurrant. HEX triplet: 1E, 04 and 37. RGB value is (30,4,55). Sum of RGB (Red+Green+Blue) = 30+4+55=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 55 (21.88% from 255 or 61.80% from 89); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E0437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0437 is #E1FBC8. Grayscale: #111111. Windows color (decimal): -14810057 or 3605534. OLE color: 3605534.

HSL color Cylindrical-coordinate representation of color #1E0437: hue angle of 270.59º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0437 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 30 4 55 -
CMYK 0.45 0.93 0 0.78
HSL 270.59º 0.86% 0.12% -
HSV(B) 270.59º 0.93% 0.22% -
XYZ 1.27 0.64 3.67 -
YUV 17.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 30 4 55 0.45 0.93 0 0.78 270.59 0.86 0.12
Hex 1E 4 37 2D 5D 0 4E 10F 56 C
Octal 36 4 67 55 135 0 116 417 126 14
Binary 11110 100 110111 101101 1011101 0 1001110 100001111 1010110 1100

Color Harmonies of #1E0437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0437

Black with #1E0437

Text Example


Text Example

White with #1E0437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,4,55); }

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

background-color css

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

 a { background-color: rgb(30,4,55); }

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

border-color css

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

 span { border-color: rgb(30,4,55); }

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