Html Css Color HEX #1D1122 Blackcurrant

📋 copy color: '#1D1122'

red 29 ◦ green 17 ◦ blue 34

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

Shades of Blackcurrant #1D1122

Tints of Blackcurrant #1D1122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 42.5%

R = 36.25%
G = 21.25%
B = 42.5%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1D1122 (or 0x1D1122) is known color: Blackcurrant. HEX triplet: 1D, 11 and 22. RGB value is (29,17,34). Sum of RGB (Red+Green+Blue) = 29+17+34=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 34 (13.67% from 255 or 42.5% from 80); Max value from RGB is 34 - color contains mainly: blue. Hex color #1D1122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1122 is #E2EEDD. Grayscale: #161616. Windows color (decimal): -14872286 or 2232605. OLE color: 2232605.

HSL color Cylindrical-coordinate representation of color #1D1122: hue angle of 282.35º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1D1122 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 29 17 34 -
CMYK 0.15 0.50 0 0.87
HSL 282.35º 0.33% 0.1% -
HSV(B) 282.35º 0.5% 0.13% -
XYZ 1 0.78 1.61 -
YUV 22.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 29 17 34 0.15 0.50 0 0.87 282.35 0.33 0.1
Hex 1D 11 22 F 32 0 57 11A 21 A
Octal 35 21 42 17 62 0 127 432 41 12
Binary 11101 10001 100010 1111 110010 0 1010111 100011010 100001 1010

Color Harmonies of #1D1122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1122

Black with #1D1122

Text Example


Text Example

White with #1D1122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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