#1C092A

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

Shades of Blackcurrant #1C092A

Tints of Blackcurrant #1C092A

Color information

#1C092A (or 0x1C092A) is unknown color: approx Blackcurrant. HEX triplet: 1C, 09 and 2A. RGB value is (28,9,42). Sum of RGB (Red+Green+Blue) = 28+9+42=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 42 (16.80% from 255 or 53.16% from 79); Max value from RGB is 42 - color contains mainly: blue. Hex color #1C092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C092A is #E3F6D5. Grayscale: #121212. Windows color (decimal): -14939862 or 2754844. OLE color: 2754844.

HSL color Cylindrical-coordinate representation of color #1C092A: hue angle of 274.55º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C092A is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB28942-
CMYK0.330.7900.84
HSL274.55º64.71%10%-
HSV(B)274.55º78.57%16.47%-
XYZ0.990.612.26-
YUV18.44141.29134.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.44%
GREEN value IS 9 (3.91% from 255) = 11.39%
BLUE value IS 42 (16.80% from 255) = 53.16%
R=35.44%
G=11.39%
B=53.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal289420.330.7900.84274.5564.7110
Hex1C92A214F05411341a
Octal34115241117012442310112
Binary11100100110101010000110011110101010010001001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,9,42); }

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

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

 a { background-color: rgb(28,9,42); }

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

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

 span { border-color: rgb(28,9,42); }

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