Html Css Color HEX #1E0928 Blackcurrant

📋 copy color: '#1E0928'

red 30 ◦ green 9 ◦ blue 40

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

Shades of Blackcurrant #1E0928

Tints of Blackcurrant #1E0928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.39%

 BLUE value IS 40 (16.02% from 255) = 50.63%

R = 37.97%
G = 11.39%
B = 50.63%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1E0928 (or 0x1E0928) is known color: Blackcurrant. HEX triplet: 1E, 09 and 28. RGB value is (30,9,40). Sum of RGB (Red+Green+Blue) = 30+9+40=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E0928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0928 is #E1F6D7. Grayscale: #121212. Windows color (decimal): -14808792 or 2623774. OLE color: 2623774.

HSL color Cylindrical-coordinate representation of color #1E0928: hue angle of 280.65º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E0928 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 30 9 40 -
CMYK 0.25 0.78 0 0.84
HSL 280.65º 0.63% 0.1% -
HSV(B) 280.65º 0.78% 0.16% -
XYZ 1.02 0.62 2.07 -
YUV 18.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 30 9 40 0.25 0.78 0 0.84 280.65 0.63 0.1
Hex 1E 9 28 19 4E 0 54 119 3F A
Octal 36 11 50 31 116 0 124 431 77 12
Binary 11110 1001 101000 11001 1001110 0 1010100 100011001 111111 1010

Color Harmonies of #1E0928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0928

Black with #1E0928

Text Example


Text Example

White with #1E0928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,9,40); }

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

background-color css

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

 a { background-color: rgb(30,9,40); }

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

border-color css

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

 span { border-color: rgb(30,9,40); }

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