Html Css Color HEX #1D1428 Blackcurrant

📋 copy color: '#1D1428'

red 29 ◦ green 20 ◦ blue 40

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

Shades of Blackcurrant #1D1428

Tints of Blackcurrant #1D1428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.47%

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

R = 32.58%
G = 22.47%
B = 44.94%

CMYK

 C value IS 0.28

 M value IS 0.5

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1D1428 (or 0x1D1428) is known color: Blackcurrant. HEX triplet: 1D, 14 and 28. RGB value is (29,20,40). Sum of RGB (Red+Green+Blue) = 29+20+40=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D1428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1428 is #E2EBD7. Grayscale: #181818. Windows color (decimal): -14871512 or 2626589. OLE color: 2626589.

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

Color convert

RGB 29 20 40 -
CMYK 0.28 0.5 0 0.84
HSL 267º 0.33% 0.12% -
HSV(B) 267º 0.5% 0.16% -
XYZ 1.14 0.91 2.12 -
YUV 24.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 29 20 40 0.28 0.5 0 0.84 267 0.33 0.12
Hex 1D 14 28 1C 32 0 54 10B 21 C
Octal 35 24 50 34 62 0 124 413 41 14
Binary 11101 10100 101000 11100 110010 0 1010100 100001011 100001 1100

Color Harmonies of #1D1428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1428

Black with #1D1428

Text Example


Text Example

White with #1D1428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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