#1C092D

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

Shades of Blackcurrant #1C092D

Tints of Blackcurrant #1C092D

Color information

#1C092D (or 0x1C092D) is unknown color: approx Blackcurrant. HEX triplet: 1C, 09 and 2D. RGB value is (28,9,45). Sum of RGB (Red+Green+Blue) = 28+9+45=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #1C092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C092D is #E3F6D2. Grayscale: #121212. Windows color (decimal): -14939859 or 2951452. OLE color: 2951452.

HSL color Cylindrical-coordinate representation of color #1C092D: hue angle of 271.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C092D is Cyan = 0.38, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB28945-
CMYK0.380.800.82
HSL271.67º66.67%10.59%-
HSV(B)271.67º80%17.65%-
XYZ1.050.632.55-
YUV18.78142.79134.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.15%
GREEN value IS 9 (3.91% from 255) = 10.98%
BLUE value IS 45 (17.97% from 255) = 54.88%
R=34.15%
G=10.98%
B=54.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal289450.380.800.82271.6766.6710.59
Hex1C92D265005211043b
Octal34115546120012242010313
Binary11100100110110110011010100000101001010001000010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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