Html Css Color HEX #1D1128 Blackcurrant

📋 copy color: '#1D1128'

red 29 ◦ green 17 ◦ blue 40

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

Shades of Blackcurrant #1D1128

Tints of Blackcurrant #1D1128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 46.51%

R = 33.72%
G = 19.77%
B = 46.51%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1D1128 (or 0x1D1128) is known color: Blackcurrant. HEX triplet: 1D, 11 and 28. RGB value is (29,17,40). Sum of RGB (Red+Green+Blue) = 29+17+40=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D1128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1128 is #E2EED7. Grayscale: #171717. Windows color (decimal): -14872280 or 2625821. OLE color: 2625821.

HSL color Cylindrical-coordinate representation of color #1D1128: hue angle of 271.3º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D1128 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 29 17 40 -
CMYK 0.28 0.57 0 0.84
HSL 271.3º 0.4% 0.11% -
HSV(B) 271.3º 0.58% 0.16% -
XYZ 1.09 0.82 2.11 -
YUV 23.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 29 17 40 0.28 0.57 0 0.84 271.3 0.4 0.11
Hex 1D 11 28 1C 39 0 54 10F 28 B
Octal 35 21 50 34 71 0 124 417 50 13
Binary 11101 10001 101000 11100 111001 0 1010100 100001111 101000 1011

Color Harmonies of #1D1128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1128

Black with #1D1128

Text Example


Text Example

White with #1D1128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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