#231526

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

Shades of Blackcurrant #231526

Tints of Blackcurrant #231526

Color information

#231526 (or 0x231526) is unknown color: approx Blackcurrant. HEX triplet: 23, 15 and 26. RGB value is (35,21,38). Sum of RGB (Red+Green+Blue) = 35+21+38=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 38 - color contains mainly: blue. Hex color #231526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231526 is #DCEAD9. Grayscale: #1B1B1B. Windows color (decimal): -14478042 or 2495779. OLE color: 2495779.

HSL color Cylindrical-coordinate representation of color #231526: hue angle of 289.41º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #231526 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB352138-
CMYK0.080.4500.85
HSL289.41º28.81%11.57%-
HSV(B)289.41º44.74%14.9%-
XYZ1.311.031.96-
YUV27.12134.14133.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 38 (15.23% from 255) = 40.43%
R=37.23%
G=22.34%
B=40.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3521380.080.4500.85289.4128.8111.57
Hex23152682D0551211dc
Octal432546105501254413514
Binary10001110101100110100010110101010101100100001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231526; }

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

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

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

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

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

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

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

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