Html Css Color HEX #1E1D1F Blackcurrant

📋 copy color: '#1E1D1F'

red 30 ◦ green 29 ◦ blue 31

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

Shades of Blackcurrant #1E1D1F

Tints of Blackcurrant #1E1D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 32.22%

 BLUE value IS 31 (12.5% from 255) = 34.44%

R = 33.33%
G = 32.22%
B = 34.44%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1E1D1F (or 0x1E1D1F) is known color: Blackcurrant. HEX triplet: 1E, 1D and 1F. RGB value is (30,29,31). Sum of RGB (Red+Green+Blue) = 30+29+31=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E1D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1D1F is #E1E2E0. Grayscale: #1D1D1D. Windows color (decimal): -14803681 or 2039070. OLE color: 2039070.

HSL color Cylindrical-coordinate representation of color #1E1D1F: hue angle of 270º degrees, saturation: 0.03, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #1E1D1F is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 29 31 -
CMYK 0.03 0.06 0 0.88
HSL 270º 0.03% 0.12% -
HSV(B) 270º 0.06% 0.12% -
XYZ 1.22 1.25 1.47 -
YUV 29.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 30 29 31 0.03 0.06 0 0.88 270 0.03 0.12
Hex 1E 1D 1F 3 6 0 58 10E 3 C
Octal 36 35 37 3 6 0 130 416 3 14
Binary 11110 11101 11111 11 110 0 1011000 100001110 11 1100

Color Harmonies of #1E1D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1D1F

Black with #1E1D1F

Text Example


Text Example

White with #1E1D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,29,31); }

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

background-color css

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

 a { background-color: rgb(30,29,31); }

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

border-color css

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

 span { border-color: rgb(30,29,31); }

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