Html Css Color HEX #1D112D Blackcurrant

📋 copy color: '#1D112D'

red 29 ◦ green 17 ◦ blue 45

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

Shades of Blackcurrant #1D112D

Tints of Blackcurrant #1D112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.68%

 BLUE value IS 45 (17.97% from 255) = 49.45%

R = 31.87%
G = 18.68%
B = 49.45%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1D112D (or 0x1D112D) is known color: Blackcurrant. HEX triplet: 1D, 11 and 2D. RGB value is (29,17,45). Sum of RGB (Red+Green+Blue) = 29+17+45=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #1D112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D112D is #E2EED2. Grayscale: #171717. Windows color (decimal): -14872275 or 2953501. OLE color: 2953501.

HSL color Cylindrical-coordinate representation of color #1D112D: hue angle of 265.71º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D112D is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 29 17 45 -
CMYK 0.36 0.62 0 0.82
HSL 265.71º 0.45% 0.12% -
HSV(B) 265.71º 0.62% 0.18% -
XYZ 1.18 0.85 2.58 -
YUV 23.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 29 17 45 0.36 0.62 0 0.82 265.71 0.45 0.12
Hex 1D 11 2D 24 3E 0 52 10A 2D C
Octal 35 21 55 44 76 0 122 412 55 14
Binary 11101 10001 101101 100100 111110 0 1010010 100001010 101101 1100

Color Harmonies of #1D112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D112D

Black with #1D112D

Text Example


Text Example

White with #1D112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,17,45); }

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

background-color css

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

 a { background-color: rgb(29,17,45); }

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

border-color css

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

 span { border-color: rgb(29,17,45); }

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