#1C092E

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

Shades of Blackcurrant #1C092E

Tints of Blackcurrant #1C092E

Color information

#1C092E (or 0x1C092E) is unknown color: approx Blackcurrant. HEX triplet: 1C, 09 and 2E. RGB value is (28,9,46). Sum of RGB (Red+Green+Blue) = 28+9+46=83 (10% of max value = 765). Red value is 28 (11.33% from 255 or 33.73% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #1C092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C092E is #E3F6D1. Grayscale: #121212. Windows color (decimal): -14939858 or 3016988. OLE color: 3016988.

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

Color convert

RGB28946-
CMYK0.390.8000.82
HSL270.81º67.27%10.78%-
HSV(B)270.81º80.43%18.04%-
XYZ1.070.642.65-
YUV18.9143.29134.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 33.73%
GREEN value IS 9 (3.91% from 255) = 10.84%
BLUE value IS 46 (18.36% from 255) = 55.42%
R=33.73%
G=10.84%
B=55.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal289460.390.8000.82270.8167.2710.78
Hex1C92E275005210f43b
Octal34115647120012241710313
Binary11100100110111010011110100000101001010000111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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