#1C0923

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

Shades of Blackcurrant #1C0923

Tints of Blackcurrant #1C0923

Color information

#1C0923 (or 0x1C0923) is unknown color: approx Blackcurrant. HEX triplet: 1C, 09 and 23. RGB value is (28,9,35). Sum of RGB (Red+Green+Blue) = 28+9+35=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #1C0923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0923 is #E3F6DC. Grayscale: #111111. Windows color (decimal): -14939869 or 2296092. OLE color: 2296092.

HSL color Cylindrical-coordinate representation of color #1C0923: hue angle of 283.85º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C0923 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB28935-
CMYK0.200.7400.86
HSL283.85º59.09%8.63%-
HSV(B)283.85º74.29%13.73%-
XYZ0.880.561.65-
YUV17.64137.79135.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.89%
GREEN value IS 9 (3.91% from 255) = 12.5%
BLUE value IS 35 (14.06% from 255) = 48.61%
R=38.89%
G=12.5%
B=48.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal289350.200.7400.86283.8559.098.63
Hex1C923144A05611c3b9
Octal3411432411201264347311
Binary111001001100011101001001010010101101000111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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