#23112D

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

Shades of Blackcurrant #23112D

Tints of Blackcurrant #23112D

Color information

#23112D (or 0x23112D) is unknown color: approx Blackcurrant. HEX triplet: 23, 11 and 2D. RGB value is (35,17,45). Sum of RGB (Red+Green+Blue) = 35+17+45=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #23112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23112D is #DCEED2. Grayscale: #191919. Windows color (decimal): -14479059 or 2953507. OLE color: 2953507.

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

Color convert

RGB351745-
CMYK0.220.6200.82
HSL278.57º45.16%12.16%-
HSV(B)278.57º62.22%17.65%-
XYZ1.370.952.59-
YUV25.57138.96134.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 17 (7.03% from 255) = 17.53%
BLUE value IS 45 (17.97% from 255) = 46.39%
R=36.08%
G=17.53%
B=46.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3517450.220.6200.82278.5745.1612.16
Hex23112D163E0521172dc
Octal432155267601224275514
Binary1000111000110110110110111110010100101000101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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