#23142B

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

Shades of Blackcurrant #23142B

Tints of Blackcurrant #23142B

Color information

#23142B (or 0x23142B) is unknown color: approx Blackcurrant. HEX triplet: 23, 14 and 2B. RGB value is (35,20,43). Sum of RGB (Red+Green+Blue) = 35+20+43=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #23142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23142B is #DCEBD4. Grayscale: #1B1B1B. Windows color (decimal): -14478293 or 2823203. OLE color: 2823203.

HSL color Cylindrical-coordinate representation of color #23142B: hue angle of 279.13º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23142B is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB352043-
CMYK0.190.5300.83
HSL279.13º36.51%12.35%-
HSV(B)279.13º53.49%16.86%-
XYZ1.381.032.41-
YUV27.11136.97133.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.71%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 43 (17.19% from 255) = 43.88%
R=35.71%
G=20.41%
B=43.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3520430.190.5300.83279.1336.5112.35
Hex23142B133505311725c
Octal432453236501234274514
Binary1000111010010101110011110101010100111000101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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