Html Css Color HEX #1D1126 Blackcurrant

📋 copy color: '#1D1126'

red 29 ◦ green 17 ◦ blue 38

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

Shades of Blackcurrant #1D1126

Tints of Blackcurrant #1D1126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 45.24%

R = 34.52%
G = 20.24%
B = 45.24%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1D1126 (or 0x1D1126) is known color: Blackcurrant. HEX triplet: 1D, 11 and 26. RGB value is (29,17,38). Sum of RGB (Red+Green+Blue) = 29+17+38=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 38 - color contains mainly: blue. Hex color #1D1126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1126 is #E2EED9. Grayscale: #161616. Windows color (decimal): -14872282 or 2494749. OLE color: 2494749.

HSL color Cylindrical-coordinate representation of color #1D1126: hue angle of 274.29º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D1126 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 29 17 38 -
CMYK 0.24 0.55 0 0.85
HSL 274.29º 0.38% 0.11% -
HSV(B) 274.29º 0.55% 0.15% -
XYZ 1.06 0.8 1.93 -
YUV 22.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 29 17 38 0.24 0.55 0 0.85 274.29 0.38 0.11
Hex 1D 11 26 18 37 0 55 112 26 B
Octal 35 21 46 30 67 0 125 422 46 13
Binary 11101 10001 100110 11000 110111 0 1010101 100010010 100110 1011

Color Harmonies of #1D1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1126

Black with #1D1126

Text Example


Text Example

White with #1D1126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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