#231232

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

Shades of Blackcurrant #231232

Tints of Blackcurrant #231232

Color information

#231232 (or 0x231232) is unknown color: approx Blackcurrant. HEX triplet: 23, 12 and 32. RGB value is (35,18,50). Sum of RGB (Red+Green+Blue) = 35+18+50=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #231232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231232 is #DCEDCD. Grayscale: #1A1A1A. Windows color (decimal): -14478798 or 3281443. OLE color: 3281443.

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

Color convert

RGB351850-
CMYK0.300.6400.80
HSL271.88º47.06%13.33%-
HSV(B)271.88º64%19.61%-
XYZ1.491.023.14-
YUV26.73141.13133.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.98%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 50 (19.92% from 255) = 48.54%
R=33.98%
G=17.48%
B=48.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3518500.300.6400.80271.8847.0613.33
Hex2312321E400501102fd
Octal4322623610001204205715
Binary10001110010110010111101000000010100001000100001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231232; }

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

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

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

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

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

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

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

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