Html Css Color HEX #1D1127 Blackcurrant

📋 copy color: '#1D1127'

red 29 ◦ green 17 ◦ blue 39

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

Shades of Blackcurrant #1D1127

Tints of Blackcurrant #1D1127

RGB

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

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

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

R = 34.12%
G = 20%
B = 45.88%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1D1127 (or 0x1D1127) is known color: Blackcurrant. HEX triplet: 1D, 11 and 27. RGB value is (29,17,39). Sum of RGB (Red+Green+Blue) = 29+17+39=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 39 (15.62% from 255 or 45.88% from 85); Max value from RGB is 39 - color contains mainly: blue. Hex color #1D1127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1127 is #E2EED8. Grayscale: #171717. Windows color (decimal): -14872281 or 2560285. OLE color: 2560285.

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

Color convert

RGB 29 17 39 -
CMYK 0.26 0.56 0 0.85
HSL 272.73º 0.39% 0.11% -
HSV(B) 272.73º 0.56% 0.15% -
XYZ 1.07 0.81 2.02 -
YUV 23.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 29 17 39 0.26 0.56 0 0.85 272.73 0.39 0.11
Hex 1D 11 27 1A 38 0 55 111 27 B
Octal 35 21 47 32 70 0 125 421 47 13
Binary 11101 10001 100111 11010 111000 0 1010101 100010001 100111 1011

Color Harmonies of #1D1127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1127

Black with #1D1127

Text Example


Text Example

White with #1D1127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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