#23192A

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

Shades of Blackcurrant #23192A

Tints of Blackcurrant #23192A

Color information

#23192A (or 0x23192A) is unknown color: approx Blackcurrant. HEX triplet: 23, 19 and 2A. RGB value is (35,25,42). Sum of RGB (Red+Green+Blue) = 35+25+42=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 42 - color contains mainly: blue. Hex color #23192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23192A is #DCE6D5. Grayscale: #1D1D1D. Windows color (decimal): -14477014 or 2758947. OLE color: 2758947.

HSL color Cylindrical-coordinate representation of color #23192A: hue angle of 275.29º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #23192A is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB352542-
CMYK0.170.4000.84
HSL275.29º25.37%13.14%-
HSV(B)275.29º40.48%16.47%-
XYZ1.461.222.35-
YUV29.93134.81131.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.31%
GREEN value IS 25 (10.16% from 255) = 24.51%
BLUE value IS 42 (16.80% from 255) = 41.18%
R=34.31%
G=24.51%
B=41.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3525420.170.4000.84275.2925.3713.14
Hex23192A112805411319d
Octal433152215001244233115
Binary100011110011010101000110100001010100100010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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