Html Css Color HEX #1D1527 Blackcurrant

📋 copy color: '#1D1527'

red 29 ◦ green 21 ◦ blue 39

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

Shades of Blackcurrant #1D1527

Tints of Blackcurrant #1D1527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.6%

 BLUE value IS 39 (15.63% from 255) = 43.82%

R = 32.58%
G = 23.6%
B = 43.82%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1D1527 (or 0x1D1527) is known color: Blackcurrant. HEX triplet: 1D, 15 and 27. RGB value is (29,21,39). Sum of RGB (Red+Green+Blue) = 29+21+39=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 39 - color contains mainly: blue. Hex color #1D1527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1527 is #E2EAD8. Grayscale: #191919. Windows color (decimal): -14871257 or 2561309. OLE color: 2561309.

HSL color Cylindrical-coordinate representation of color #1D1527: hue angle of 266.67º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D1527 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 29 21 39 -
CMYK 0.26 0.46 0 0.85
HSL 266.67º 0.3% 0.12% -
HSV(B) 266.67º 0.46% 0.15% -
XYZ 1.14 0.94 2.04 -
YUV 25.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 29 21 39 0.26 0.46 0 0.85 266.67 0.3 0.12
Hex 1D 15 27 1A 2E 0 55 10B 1E C
Octal 35 25 47 32 56 0 125 413 36 14
Binary 11101 10101 100111 11010 101110 0 1010101 100001011 11110 1100

Color Harmonies of #1D1527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1527

Black with #1D1527

Text Example


Text Example

White with #1D1527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,21,39); }

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

background-color css

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

 a { background-color: rgb(29,21,39); }

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

border-color css

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

 span { border-color: rgb(29,21,39); }

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