Html Css Color HEX #1D131F Blackcurrant

📋 copy color: '#1D131F'

red 29 ◦ green 19 ◦ blue 31

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

Shades of Blackcurrant #1D131F

Tints of Blackcurrant #1D131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.05%

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

R = 36.71%
G = 24.05%
B = 39.24%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1D131F (or 0x1D131F) is known color: Blackcurrant. HEX triplet: 1D, 13 and 1F. RGB value is (29,19,31). Sum of RGB (Red+Green+Blue) = 29+19+31=79 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.71% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D131F is #E2ECE0. Grayscale: #171717. Windows color (decimal): -14871777 or 2036509. OLE color: 2036509.

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

Color convert

RGB 29 19 31 -
CMYK 0.06 0.39 0 0.88
HSL 290º 0.24% 0.1% -
HSV(B) 290º 0.39% 0.12% -
XYZ 0.99 0.83 1.4 -
YUV 23.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 29 19 31 0.06 0.39 0 0.88 290 0.24 0.1
Hex 1D 13 1F 6 27 0 58 122 18 A
Octal 35 23 37 6 47 0 130 442 30 12
Binary 11101 10011 11111 110 100111 0 1011000 100100010 11000 1010

Color Harmonies of #1D131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D131F

Black with #1D131F

Text Example


Text Example

White with #1D131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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