Html Css Color HEX #1D161F Blackcurrant

📋 copy color: '#1D161F'

red 29 ◦ green 22 ◦ blue 31

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

Shades of Blackcurrant #1D161F

Tints of Blackcurrant #1D161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.83%

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

R = 35.37%
G = 26.83%
B = 37.8%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1D161F (or 0x1D161F) is known color: Blackcurrant. HEX triplet: 1D, 16 and 1F. RGB value is (29,22,31). Sum of RGB (Red+Green+Blue) = 29+22+31=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D161F is #E2E9E0. Grayscale: #191919. Windows color (decimal): -14871009 or 2037277. OLE color: 2037277.

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

Color convert

RGB 29 22 31 -
CMYK 0.06 0.29 0 0.88
HSL 286.67º 0.17% 0.1% -
HSV(B) 286.67º 0.29% 0.12% -
XYZ 1.04 0.93 1.42 -
YUV 25.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 29 22 31 0.06 0.29 0 0.88 286.67 0.17 0.1
Hex 1D 16 1F 6 1D 0 58 11F 11 A
Octal 35 26 37 6 35 0 130 437 21 12
Binary 11101 10110 11111 110 11101 0 1011000 100011111 10001 1010

Color Harmonies of #1D161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D161F

Black with #1D161F

Text Example


Text Example

White with #1D161F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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