#23142E

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

Shades of Blackcurrant #23142E

Tints of Blackcurrant #23142E

Color information

#23142E (or 0x23142E) is unknown color: approx Blackcurrant. HEX triplet: 23, 14 and 2E. RGB value is (35,20,46). Sum of RGB (Red+Green+Blue) = 35+20+46=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #23142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23142E is #DCEBD1. Grayscale: #1B1B1B. Windows color (decimal): -14478290 or 3019811. OLE color: 3019811.

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

Color convert

RGB352046-
CMYK0.240.5700.82
HSL274.62º39.39%12.94%-
HSV(B)274.62º56.52%18.04%-
XYZ1.441.052.71-
YUV27.45138.47133.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.65%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 46 (18.36% from 255) = 45.54%
R=34.65%
G=19.80%
B=45.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3520460.240.5700.82274.6239.3912.94
Hex23142E183905211327d
Octal432456307101224234715
Binary1000111010010111011000111001010100101000100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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