Html Css Color HEX #1E1B1F Blackcurrant

📋 copy color: '#1E1B1F'

red 30 ◦ green 27 ◦ blue 31

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

Shades of Blackcurrant #1E1B1F

Tints of Blackcurrant #1E1B1F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 30.68%

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

R = 34.09%
G = 30.68%
B = 35.23%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1E1B1F (or 0x1E1B1F) is known color: Blackcurrant. HEX triplet: 1E, 1B and 1F. RGB value is (30,27,31). Sum of RGB (Red+Green+Blue) = 30+27+31=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E1B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1B1F is #E1E4E0. Grayscale: #1C1C1C. Windows color (decimal): -14804193 or 2038558. OLE color: 2038558.

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

Color convert

RGB 30 27 31 -
CMYK 0.03 0.13 0 0.88
HSL 285º 0.07% 0.11% -
HSV(B) 285º 0.13% 0.12% -
XYZ 1.17 1.16 1.46 -
YUV 28.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 30 27 31 0.03 0.13 0 0.88 285 0.07 0.11
Hex 1E 1B 1F 3 D 0 58 11D 7 B
Octal 36 33 37 3 15 0 130 435 7 13
Binary 11110 11011 11111 11 1101 0 1011000 100011101 111 1011

Color Harmonies of #1E1B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1B1F

Black with #1E1B1F

Text Example


Text Example

White with #1E1B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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