#1C132B

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

Shades of Blackcurrant #1C132B

Tints of Blackcurrant #1C132B

Color information

#1C132B (or 0x1C132B) is unknown color: approx Blackcurrant. HEX triplet: 1C, 13 and 2B. RGB value is (28,19,43). Sum of RGB (Red+Green+Blue) = 28+19+43=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #1C132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C132B is #E3ECD4. Grayscale: #181818. Windows color (decimal): -14937301 or 2822940. OLE color: 2822940.

HSL color Cylindrical-coordinate representation of color #1C132B: hue angle of 262.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C132B is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB281943-
CMYK0.350.5600.83
HSL262.5º38.71%12.16%-
HSV(B)262.5º55.81%16.86%-
XYZ1.150.892.4-
YUV24.43138.48130.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.11%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 43 (17.19% from 255) = 47.78%
R=31.11%
G=21.11%
B=47.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2819430.350.5600.83262.538.7112.16
Hex1C132B233805310627c
Octal342353437001234064714
Binary1110010011101011100011111000010100111000001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,19,43); }

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

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

 a { background-color: rgb(28,19,43); }

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

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

 span { border-color: rgb(28,19,43); }

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