#23123C

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

Shades of Blackcurrant #23123C

Tints of Blackcurrant #23123C

Color information

#23123C (or 0x23123C) is unknown color: approx Blackcurrant. HEX triplet: 23, 12 and 3C. RGB value is (35,18,60). Sum of RGB (Red+Green+Blue) = 35+18+60=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 60 (23.83% from 255 or 53.10% from 113); Max value from RGB is 60 - color contains mainly: blue. Hex color #23123C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23123C is #DCEDC3. Grayscale: #1B1B1B. Windows color (decimal): -14478788 or 3936803. OLE color: 3936803.

HSL color Cylindrical-coordinate representation of color #23123C: hue angle of 264.29º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23123C is Cyan = 0.42, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB351860-
CMYK0.420.700.76
HSL264.29º53.85%15.29%-
HSV(B)264.29º70%23.53%-
XYZ1.731.124.4-
YUV27.87146.13133.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.97%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 60 (23.83% from 255) = 53.10%
R=30.97%
G=15.93%
B=53.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3518600.420.700.76264.2953.8515.29
Hex23123C2A4604C10836f
Octal4322745210601144106617
Binary100011100101111001010101000110010011001000010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,18,60); }

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

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

 a { background-color: rgb(35,18,60); }

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

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

 span { border-color: rgb(35,18,60); }

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