Html Css Color HEX #1E1722 Blackcurrant

📋 copy color: '#1E1722'

red 30 ◦ green 23 ◦ blue 34

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

Shades of Blackcurrant #1E1722

Tints of Blackcurrant #1E1722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 26.44%

 BLUE value IS 34 (13.67% from 255) = 39.08%

R = 34.48%
G = 26.44%
B = 39.08%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1E1722 (or 0x1E1722) is known color: Blackcurrant. HEX triplet: 1E, 17 and 22. RGB value is (30,23,34). Sum of RGB (Red+Green+Blue) = 30+23+34=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 34 (13.67% from 255 or 39.08% from 87); Max value from RGB is 34 - color contains mainly: blue. Hex color #1E1722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1722 is #E1E8DD. Grayscale: #1A1A1A. Windows color (decimal): -14805214 or 2234142. OLE color: 2234142.

HSL color Cylindrical-coordinate representation of color #1E1722: hue angle of 278.18º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1E1722 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 30 23 34 -
CMYK 0.12 0.32 0 0.87
HSL 278.18º 0.19% 0.11% -
HSV(B) 278.18º 0.32% 0.13% -
XYZ 1.13 1 1.65 -
YUV 26.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 30 23 34 0.12 0.32 0 0.87 278.18 0.19 0.11
Hex 1E 17 22 C 20 0 57 116 13 B
Octal 36 27 42 14 40 0 127 426 23 13
Binary 11110 10111 100010 1100 100000 0 1010111 100010110 10011 1011

Color Harmonies of #1E1722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1722

Black with #1E1722

Text Example


Text Example

White with #1E1722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,23,34); }

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

background-color css

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

 a { background-color: rgb(30,23,34); }

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

border-color css

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

 span { border-color: rgb(30,23,34); }

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