Html Css Color HEX #1D0829 Blackcurrant

📋 copy color: '#1D0829'

red 29 ◦ green 8 ◦ blue 41

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

Shades of Blackcurrant #1D0829

Tints of Blackcurrant #1D0829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.26%

 BLUE value IS 41 (16.41% from 255) = 52.56%

R = 37.18%
G = 10.26%
B = 52.56%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1D0829 (or 0x1D0829) is known color: Blackcurrant. HEX triplet: 1D, 08 and 29. RGB value is (29,8,41). Sum of RGB (Red+Green+Blue) = 29+8+41=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #1D0829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0829 is #E2F7D6. Grayscale: #111111. Windows color (decimal): -14874583 or 2689053. OLE color: 2689053.

HSL color Cylindrical-coordinate representation of color #1D0829: hue angle of 278.18º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D0829 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 29 8 41 -
CMYK 0.29 0.80 0 0.84
HSL 278.18º 0.67% 0.1% -
HSV(B) 278.18º 0.8% 0.16% -
XYZ 0.99 0.59 2.16 -
YUV 18.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 29 8 41 0.29 0.80 0 0.84 278.18 0.67 0.1
Hex 1D 8 29 1D 50 0 54 116 43 A
Octal 35 10 51 35 120 0 124 426 103 12
Binary 11101 1000 101001 11101 1010000 0 1010100 100010110 1000011 1010

Color Harmonies of #1D0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0829

Black with #1D0829

Text Example


Text Example

White with #1D0829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,8,41); }

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

background-color css

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

 a { background-color: rgb(29,8,41); }

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

border-color css

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

 span { border-color: rgb(29,8,41); }

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