#1C112F

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

Shades of Blackcurrant #1C112F

Tints of Blackcurrant #1C112F

Color information

#1C112F (or 0x1C112F) is unknown color: approx Blackcurrant. HEX triplet: 1C, 11 and 2F. RGB value is (28,17,47). Sum of RGB (Red+Green+Blue) = 28+17+47=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 47 (18.75% from 255 or 51.09% from 92); Max value from RGB is 47 - color contains mainly: blue. Hex color #1C112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C112F is #E3EED0. Grayscale: #171717. Windows color (decimal): -14937809 or 3084572. OLE color: 3084572.

HSL color Cylindrical-coordinate representation of color #1C112F: hue angle of 262º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C112F is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB281747-
CMYK0.400.6400.82
HSL262º46.87%12.55%-
HSV(B)262º63.83%18.43%-
XYZ1.190.852.79-
YUV23.71141.14131.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.43%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 47 (18.75% from 255) = 51.09%
R=30.43%
G=18.48%
B=51.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2817470.400.6400.8226246.8712.55
Hex1C112F28400521062fd
Octal3421575010001224065715
Binary11100100011011111010001000000010100101000001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,17,47); }

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

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

 a { background-color: rgb(28,17,47); }

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

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

 span { border-color: rgb(28,17,47); }

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