Html Css Color HEX #1D0828 Blackcurrant

📋 copy color: '#1D0828'

red 29 ◦ green 8 ◦ blue 40

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

Shades of Blackcurrant #1D0828

Tints of Blackcurrant #1D0828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 51.95%

R = 37.66%
G = 10.39%
B = 51.95%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1D0828 (or 0x1D0828) is known color: Blackcurrant. HEX triplet: 1D, 08 and 28. RGB value is (29,8,40). Sum of RGB (Red+Green+Blue) = 29+8+40=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D0828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0828 is #E2F7D7. Grayscale: #111111. Windows color (decimal): -14874584 or 2623517. OLE color: 2623517.

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

Color convert

RGB 29 8 40 -
CMYK 0.28 0.80 0 0.84
HSL 279.38º 0.67% 0.09% -
HSV(B) 279.38º 0.8% 0.16% -
XYZ 0.98 0.59 2.07 -
YUV 17.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 29 8 40 0.28 0.80 0 0.84 279.38 0.67 0.09
Hex 1D 8 28 1C 50 0 54 117 43 9
Octal 35 10 50 34 120 0 124 427 103 11
Binary 11101 1000 101000 11100 1010000 0 1010100 100010111 1000011 1001

Color Harmonies of #1D0828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0828

Black with #1D0828

Text Example


Text Example

White with #1D0828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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