#23112E

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

Shades of Blackcurrant #23112E

Tints of Blackcurrant #23112E

Color information

#23112E (or 0x23112E) is unknown color: approx Blackcurrant. HEX triplet: 23, 11 and 2E. RGB value is (35,17,46). Sum of RGB (Red+Green+Blue) = 35+17+46=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #23112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23112E is #DCEED1. Grayscale: #191919. Windows color (decimal): -14479058 or 3019043. OLE color: 3019043.

HSL color Cylindrical-coordinate representation of color #23112E: hue angle of 277.24º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23112E is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB351746-
CMYK0.240.6300.82
HSL277.24º46.03%12.35%-
HSV(B)277.24º63.04%18.04%-
XYZ1.390.962.7-
YUV25.69139.46134.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.71%
GREEN value IS 17 (7.03% from 255) = 17.35%
BLUE value IS 46 (18.36% from 255) = 46.94%
R=35.71%
G=17.35%
B=46.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3517460.240.6300.82277.2446.0312.35
Hex23112E183F0521152ec
Octal432156307701224255614
Binary1000111000110111011000111111010100101000101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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