Html Css Color HEX #1D141F Blackcurrant

📋 copy color: '#1D141F'

red 29 ◦ green 20 ◦ blue 31

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

Shades of Blackcurrant #1D141F

Tints of Blackcurrant #1D141F

RGB

 RED value IS 29 (11.72% from 255) = 36.25%

 GREEN value IS 20 (8.2% from 255) = 25%

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

R = 36.25%
G = 25%
B = 38.75%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1D141F (or 0x1D141F) is known color: Blackcurrant. HEX triplet: 1D, 14 and 1F. RGB value is (29,20,31). Sum of RGB (Red+Green+Blue) = 29+20+31=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D141F is #E2EBE0. Grayscale: #171717. Windows color (decimal): -14871521 or 2036765. OLE color: 2036765.

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

Color convert

RGB 29 20 31 -
CMYK 0.06 0.35 0 0.88
HSL 289.09º 0.22% 0.1% -
HSV(B) 289.09º 0.35% 0.12% -
XYZ 1 0.86 1.41 -
YUV 23.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 29 20 31 0.06 0.35 0 0.88 289.09 0.22 0.1
Hex 1D 14 1F 6 23 0 58 121 16 A
Octal 35 24 37 6 43 0 130 441 26 12
Binary 11101 10100 11111 110 100011 0 1011000 100100001 10110 1010

Color Harmonies of #1D141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D141F

Black with #1D141F

Text Example


Text Example

White with #1D141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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