Html Css Color HEX #1E0923 Blackcurrant

📋 copy color: '#1E0923'

red 30 ◦ green 9 ◦ blue 35

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

Shades of Blackcurrant #1E0923

Tints of Blackcurrant #1E0923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 47.3%

R = 40.54%
G = 12.16%
B = 47.3%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1E0923 (or 0x1E0923) is known color: Blackcurrant. HEX triplet: 1E, 09 and 23. RGB value is (30,9,35). Sum of RGB (Red+Green+Blue) = 30+9+35=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 35 (14.06% from 255 or 47.30% from 74); Max value from RGB is 35 - color contains mainly: blue. Hex color #1E0923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0923 is #E1F6DC. Grayscale: #121212. Windows color (decimal): -14808797 or 2296094. OLE color: 2296094.

HSL color Cylindrical-coordinate representation of color #1E0923: hue angle of 288.46º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E0923 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 30 9 35 -
CMYK 0.14 0.74 0 0.86
HSL 288.46º 0.59% 0.09% -
HSV(B) 288.46º 0.74% 0.14% -
XYZ 0.94 0.59 1.66 -
YUV 18.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 30 9 35 0.14 0.74 0 0.86 288.46 0.59 0.09
Hex 1E 9 23 E 4A 0 56 120 3B 9
Octal 36 11 43 16 112 0 126 440 73 11
Binary 11110 1001 100011 1110 1001010 0 1010110 100100000 111011 1001

Color Harmonies of #1E0923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0923

Black with #1E0923

Text Example


Text Example

White with #1E0923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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