Html Css Color HEX #1D181F Blackcurrant

📋 copy color: '#1D181F'

red 29 ◦ green 24 ◦ blue 31

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

Shades of Blackcurrant #1D181F

Tints of Blackcurrant #1D181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.57%

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

R = 34.52%
G = 28.57%
B = 36.9%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1D181F (or 0x1D181F) is known color: Blackcurrant. HEX triplet: 1D, 18 and 1F. RGB value is (29,24,31). Sum of RGB (Red+Green+Blue) = 29+24+31=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D181F is #E2E7E0. Grayscale: #1A1A1A. Windows color (decimal): -14870497 or 2037789. OLE color: 2037789.

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

Color convert

RGB 29 24 31 -
CMYK 0.06 0.23 0 0.88
HSL 282.86º 0.13% 0.11% -
HSV(B) 282.86º 0.23% 0.12% -
XYZ 1.08 1.01 1.43 -
YUV 26.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 29 24 31 0.06 0.23 0 0.88 282.86 0.13 0.11
Hex 1D 18 1F 6 17 0 58 11B D B
Octal 35 30 37 6 27 0 130 433 15 13
Binary 11101 11000 11111 110 10111 0 1011000 100011011 1101 1011

Color Harmonies of #1D181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D181F

Black with #1D181F

Text Example


Text Example

White with #1D181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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