#231326

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

Shades of Blackcurrant #231326

Tints of Blackcurrant #231326

Color information

#231326 (or 0x231326) is unknown color: approx Blackcurrant. HEX triplet: 23, 13 and 26. RGB value is (35,19,38). Sum of RGB (Red+Green+Blue) = 35+19+38=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 38 - color contains mainly: blue. Hex color #231326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231326 is #DCECD9. Grayscale: #191919. Windows color (decimal): -14478554 or 2495267. OLE color: 2495267.

HSL color Cylindrical-coordinate representation of color #231326: hue angle of 290.53º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #231326 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB351938-
CMYK0.080.5000.85
HSL290.53º33.33%11.18%-
HSV(B)290.53º50%14.9%-
XYZ1.280.961.95-
YUV25.95134.8134.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 38 (15.23% from 255) = 41.30%
R=38.04%
G=20.65%
B=41.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3519380.080.5000.85290.5333.3311.18
Hex23132683205512321b
Octal432346106201254434113
Binary100011100111001101000110010010101011001000111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231326; }

 p { color: rgb(35,19,38); }

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

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

 a { background-color: rgb(35,19,38); }

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

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

 span { border-color: rgb(35,19,38); }

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