#1D0836

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

Shades of Blackcurrant #1D0836

Tints of Blackcurrant #1D0836

Color information

#1D0836 (or 0x1D0836) is unknown color: approx Blackcurrant. HEX triplet: 1D, 08 and 36. RGB value is (29,8,54). Sum of RGB (Red+Green+Blue) = 29+8+54=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D0836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0836 is #E2F7C9. Grayscale: #131313. Windows color (decimal): -14874570 or 3541021. OLE color: 3541021.

HSL color Cylindrical-coordinate representation of color #1D0836: hue angle of 267.39º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D0836 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB29854-
CMYK0.460.8500.79
HSL267.39º74.19%12.16%-
HSV(B)267.39º85.19%21.18%-
XYZ1.260.73.56-
YUV19.52147.46134.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.87%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 54 (21.48% from 255) = 59.34%
R=31.87%
G=8.79%
B=59.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal298540.460.8500.79267.3974.1912.16
Hex1D8362E5504F10b4ac
Octal35106656125011741311214
Binary11101100011011010111010101010100111110000101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D0836;
 }
 .AnyTagClassName
 {
   color: #1D0836;
 }
</style>
background-color css

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

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

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

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

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

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