#23112C

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

Shades of Blackcurrant #23112C

Tints of Blackcurrant #23112C

Color information

#23112C (or 0x23112C) is unknown color: approx Blackcurrant. HEX triplet: 23, 11 and 2C. RGB value is (35,17,44). Sum of RGB (Red+Green+Blue) = 35+17+44=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #23112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23112C is #DCEED3. Grayscale: #191919. Windows color (decimal): -14479060 or 2887971. OLE color: 2887971.

HSL color Cylindrical-coordinate representation of color #23112C: hue angle of 280º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23112C is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB351744-
CMYK0.200.6100.83
HSL280º44.26%11.96%-
HSV(B)280º61.36%17.25%-
XYZ1.350.942.49-
YUV25.46138.46134.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.46%
GREEN value IS 17 (7.03% from 255) = 17.71%
BLUE value IS 44 (17.58% from 255) = 45.83%
R=36.46%
G=17.71%
B=45.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3517440.200.6100.8328044.2611.96
Hex23112C143D0531182cc
Octal432154247501234305414
Binary1000111000110110010100111101010100111000110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23112C; }

 p { color: rgb(35,17,44); }

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

<style>
 a { background-color: #23112C; }

 a { background-color: rgb(35,17,44); }

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

<style>
 span { border-color: #23112C; }

 span { border-color: rgb(35,17,44); }

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