Html Css Color HEX #1E042F Blackcurrant

📋 copy color: '#1E042F'

red 30 ◦ green 4 ◦ blue 47

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

Shades of Blackcurrant #1E042F

Tints of Blackcurrant #1E042F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 58.02%

R = 37.04%
G = 4.94%
B = 58.02%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1E042F (or 0x1E042F) is known color: Blackcurrant. HEX triplet: 1E, 04 and 2F. RGB value is (30,4,47). Sum of RGB (Red+Green+Blue) = 30+4+47=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #1E042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E042F is #E1FBD0. Grayscale: #101010. Windows color (decimal): -14810065 or 3081246. OLE color: 3081246.

HSL color Cylindrical-coordinate representation of color #1E042F: hue angle of 276.28º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E042F is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 30 4 47 -
CMYK 0.36 0.91 0 0.82
HSL 276.28º 0.84% 0.1% -
HSV(B) 276.28º 0.91% 0.18% -
XYZ 1.09 0.57 2.74 -
YUV 16.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 30 4 47 0.36 0.91 0 0.82 276.28 0.84 0.1
Hex 1E 4 2F 24 5B 0 52 114 54 A
Octal 36 4 57 44 133 0 122 424 124 12
Binary 11110 100 101111 100100 1011011 0 1010010 100010100 1010100 1010

Color Harmonies of #1E042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E042F

Black with #1E042F

Text Example


Text Example

White with #1E042F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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