#231931

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

Shades of Blackcurrant #231931

Tints of Blackcurrant #231931

Color information

#231931 (or 0x231931) is unknown color: approx Blackcurrant. HEX triplet: 23, 19 and 31. RGB value is (35,25,49). Sum of RGB (Red+Green+Blue) = 35+25+49=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #231931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231931 is #DCE6CE. Grayscale: #1E1E1E. Windows color (decimal): -14477007 or 3217699. OLE color: 3217699.

HSL color Cylindrical-coordinate representation of color #231931: hue angle of 265º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #231931 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB352549-
CMYK0.290.4900.81
HSL265º32.43%14.51%-
HSV(B)265º48.98%19.22%-
XYZ1.61.273.07-
YUV30.73138.31131.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.11%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=32.11%
G=22.94%
B=44.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3525490.290.4900.8126532.4314.51
Hex2319311D3105110920f
Octal433161356101214114017
Binary1000111100111000111101110001010100011000010011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231931; }

 p { color: rgb(35,25,49); }

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

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

 a { background-color: rgb(35,25,49); }

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

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

 span { border-color: rgb(35,25,49); }

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