#1C0829

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

Shades of Blackcurrant #1C0829

Tints of Blackcurrant #1C0829

Color information

#1C0829 (or 0x1C0829) is unknown color: approx Blackcurrant. HEX triplet: 1C, 08 and 29. RGB value is (28,8,41). Sum of RGB (Red+Green+Blue) = 28+8+41=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 41 (16.41% from 255 or 53.25% from 77); Max value from RGB is 41 - color contains mainly: blue. Hex color #1C0829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0829 is #E3F7D6. Grayscale: #111111. Windows color (decimal): -14940119 or 2689052. OLE color: 2689052.

HSL color Cylindrical-coordinate representation of color #1C0829: hue angle of 276.36º 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 #1C0829 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB28841-
CMYK0.320.8000.84
HSL276.36º67.35%9.61%-
HSV(B)276.36º80.49%16.08%-
XYZ0.970.582.16-
YUV17.74141.13135.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 36.36%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 41 (16.41% from 255) = 53.25%
R=36.36%
G=10.39%
B=53.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal288410.320.8000.84276.3667.359.61
Hex1C829205005411443a
Octal34105140120012442410312
Binary11100100010100110000010100000101010010001010010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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