#23192C

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

Shades of Blackcurrant #23192C

Tints of Blackcurrant #23192C

Color information

#23192C (or 0x23192C) is unknown color: approx Blackcurrant. HEX triplet: 23, 19 and 2C. RGB value is (35,25,44). Sum of RGB (Red+Green+Blue) = 35+25+44=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 44 - color contains mainly: blue. Hex color #23192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23192C is #DCE6D3. Grayscale: #1E1E1E. Windows color (decimal): -14477012 or 2890019. OLE color: 2890019.

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

Color convert

RGB352544-
CMYK0.200.4300.83
HSL271.58º27.54%13.53%-
HSV(B)271.58º43.18%17.25%-
XYZ1.51.232.54-
YUV30.16135.81131.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 25 (10.16% from 255) = 24.04%
BLUE value IS 44 (17.58% from 255) = 42.31%
R=33.65%
G=24.04%
B=42.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3525440.200.4300.83271.5827.5413.53
Hex23192C142B0531101ce
Octal433154245301234203416
Binary100011110011011001010010101101010011100010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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