Html Css Color HEX #1D032C Blackcurrant

📋 copy color: '#1D032C'

red 29 ◦ green 3 ◦ blue 44

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

Shades of Blackcurrant #1D032C

Tints of Blackcurrant #1D032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.95%

 BLUE value IS 44 (17.58% from 255) = 57.89%

R = 38.16%
G = 3.95%
B = 57.89%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1D032C (or 0x1D032C) is known color: Blackcurrant. HEX triplet: 1D, 03 and 2C. RGB value is (29,3,44). Sum of RGB (Red+Green+Blue) = 29+3+44=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #1D032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D032C is #E2FCD3. Grayscale: #0F0F0F. Windows color (decimal): -14875860 or 2884381. OLE color: 2884381.

HSL color Cylindrical-coordinate representation of color #1D032C: hue angle of 278.05º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D032C is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 29 3 44 -
CMYK 0.34 0.93 0 0.83
HSL 278.05º 0.87% 0.09% -
HSV(B) 278.05º 0.93% 0.17% -
XYZ 0.99 0.51 2.43 -
YUV 15.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 29 3 44 0.34 0.93 0 0.83 278.05 0.87 0.09
Hex 1D 3 2C 22 5D 0 53 116 57 9
Octal 35 3 54 42 135 0 123 426 127 11
Binary 11101 11 101100 100010 1011101 0 1010011 100010110 1010111 1001

Color Harmonies of #1D032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D032C

Black with #1D032C

Text Example


Text Example

White with #1D032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,3,44); }

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

background-color css

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

 a { background-color: rgb(29,3,44); }

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

border-color css

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

 span { border-color: rgb(29,3,44); }

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