#231132

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

Shades of Blackcurrant #231132

Tints of Blackcurrant #231132

Color information

#231132 (or 0x231132) is unknown color: approx Blackcurrant. HEX triplet: 23, 11 and 32. RGB value is (35,17,50). Sum of RGB (Red+Green+Blue) = 35+17+50=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #231132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231132 is #DCEECD. Grayscale: #1A1A1A. Windows color (decimal): -14479054 or 3281187. OLE color: 3281187.

HSL color Cylindrical-coordinate representation of color #231132: hue angle of 272.73º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #231132 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB351750-
CMYK0.300.6600.80
HSL272.73º49.25%13.14%-
HSV(B)272.73º66%19.61%-
XYZ1.470.993.13-
YUV26.14141.46134.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.31%
GREEN value IS 17 (7.03% from 255) = 16.67%
BLUE value IS 50 (19.92% from 255) = 49.02%
R=34.31%
G=16.67%
B=49.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3517500.300.6600.80272.7349.2513.14
Hex2311321E4205011131d
Octal4321623610201204216115
Binary10001110001110010111101000010010100001000100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231132; }

 p { color: rgb(35,17,50); }

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

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

 a { background-color: rgb(35,17,50); }

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

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

 span { border-color: rgb(35,17,50); }

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