Html Css Color HEX #1E0023 Blackcurrant

📋 copy color: '#1E0023'

red 30 ◦ green 0 ◦ blue 35

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

Shades of Blackcurrant #1E0023

Tints of Blackcurrant #1E0023

RGB

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

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

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

R = 46.15%
G = 0%
B = 53.85%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1E0023 (or 0x1E0023) is known color: Blackcurrant. HEX triplet: 1E, 00 and 23. RGB value is (30,0,35). Sum of RGB (Red+Green+Blue) = 30+0+35=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 35 (14.06% from 255 or 53.85% from 65); Max value from RGB is 35 - color contains mainly: blue. Hex color #1E0023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0023 is #E1FFDC. Grayscale: #0C0C0C. Windows color (decimal): -14811101 or 2293790. OLE color: 2293790.

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

Color convert

RGB 30 0 35 -
CMYK 0.14 1 0 0.86
HSL 291.43º 1% 0.07% -
HSV(B) 291.43º 1% 0.14% -
XYZ 0.84 0.4 1.62 -
YUV 12.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 30 0 35 0.14 1 0 0.86 291.43 1 0.07
Hex 1E 0 23 E 64 0 56 123 64 7
Octal 36 0 43 16 144 0 126 443 144 7
Binary 11110 0 100011 1110 1100100 0 1010110 100100011 1100100 111

Color Harmonies of #1E0023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0023

Black with #1E0023

Text Example


Text Example

White with #1E0023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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