#1D0828

Color #1D0828 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #1D0828

Tints of Blackcurrant #1D0828

Color information

#1D0828 (or 0x1D0828) is unknown color: approx 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

RGB29840-
CMYK0.280.8000.84
HSL279.38º66.67%9.41%-
HSV(B)279.38º80%15.69%-
XYZ0.980.592.07-
YUV17.93140.46135.9-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal298400.280.8000.84279.3866.679.41
Hex1D8281C50054117439
Octal35105034120012442710311
Binary1110110001010001110010100000101010010001011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>