Html Css Color HEX #1D112B Blackcurrant

📋 copy color: '#1D112B'

red 29 ◦ green 17 ◦ blue 43

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

Shades of Blackcurrant #1D112B

Tints of Blackcurrant #1D112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 48.31%

R = 32.58%
G = 19.1%
B = 48.31%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1D112B (or 0x1D112B) is known color: Blackcurrant. HEX triplet: 1D, 11 and 2B. RGB value is (29,17,43). Sum of RGB (Red+Green+Blue) = 29+17+43=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #1D112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D112B is #E2EED4. Grayscale: #171717. Windows color (decimal): -14872277 or 2822429. OLE color: 2822429.

HSL color Cylindrical-coordinate representation of color #1D112B: hue angle of 267.69º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D112B is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 29 17 43 -
CMYK 0.33 0.60 0 0.83
HSL 267.69º 0.43% 0.12% -
HSV(B) 267.69º 0.6% 0.17% -
XYZ 1.14 0.84 2.39 -
YUV 23.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 29 17 43 0.33 0.60 0 0.83 267.69 0.43 0.12
Hex 1D 11 2B 21 3C 0 53 10C 2B C
Octal 35 21 53 41 74 0 123 414 53 14
Binary 11101 10001 101011 100001 111100 0 1010011 100001100 101011 1100

Color Harmonies of #1D112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D112B

Black with #1D112B

Text Example


Text Example

White with #1D112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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