Html Css Color HEX #1D0031 Blackcurrant

📋 copy color: '#1D0031'

red 29 ◦ green 0 ◦ blue 49

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

Shades of Blackcurrant #1D0031

Tints of Blackcurrant #1D0031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 62.82%

R = 37.18%
G = 0%
B = 62.82%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1D0031 (or 0x1D0031) is known color: Blackcurrant. HEX triplet: 1D, 00 and 31. RGB value is (29,0,49). Sum of RGB (Red+Green+Blue) = 29+0+49=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D0031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0031 is #E2FFCE. Grayscale: #0E0E0E. Windows color (decimal): -14876623 or 3211293. OLE color: 3211293.

HSL color Cylindrical-coordinate representation of color #1D0031: hue angle of 275.51º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0031 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 29 0 49 -
CMYK 0.41 1 0 0.81
HSL 275.51º 1% 0.1% -
HSV(B) 275.51º 1% 0.19% -
XYZ 1.06 0.48 2.94 -
YUV 14.26 147.61 138.52 -
System Red Green Blue C M Y K H S L
Decimal 29 0 49 0.41 1 0 0.81 275.51 1 0.1
Hex 1D 0 31 29 64 0 51 114 64 A
Octal 35 0 61 51 144 0 121 424 144 12
Binary 11101 0 110001 101001 1100100 0 1010001 100010100 1100100 1010

Color Harmonies of #1D0031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0031

Black with #1D0031

Text Example


Text Example

White with #1D0031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,0,49); }

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

background-color css

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

 a { background-color: rgb(29,0,49); }

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

border-color css

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

 span { border-color: rgb(29,0,49); }

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