Html Css Color HEX #1D112E Blackcurrant

📋 copy color: '#1D112E'

red 29 ◦ green 17 ◦ blue 46

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

Shades of Blackcurrant #1D112E

Tints of Blackcurrant #1D112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 50%

R = 31.52%
G = 18.48%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1D112E (or 0x1D112E) is known color: Blackcurrant. HEX triplet: 1D, 11 and 2E. RGB value is (29,17,46). Sum of RGB (Red+Green+Blue) = 29+17+46=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #1D112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D112E is #E2EED1. Grayscale: #171717. Windows color (decimal): -14872274 or 3019037. OLE color: 3019037.

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

Color convert

RGB 29 17 46 -
CMYK 0.37 0.63 0 0.82
HSL 264.83º 0.46% 0.12% -
HSV(B) 264.83º 0.63% 0.18% -
XYZ 1.2 0.86 2.69 -
YUV 23.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 29 17 46 0.37 0.63 0 0.82 264.83 0.46 0.12
Hex 1D 11 2E 25 3F 0 52 109 2E C
Octal 35 21 56 45 77 0 122 411 56 14
Binary 11101 10001 101110 100101 111111 0 1010010 100001001 101110 1100

Color Harmonies of #1D112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D112E

Black with #1D112E

Text Example


Text Example

White with #1D112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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