#231328

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

Shades of Blackcurrant #231328

Tints of Blackcurrant #231328

Color information

#231328 (or 0x231328) is unknown color: approx Blackcurrant. HEX triplet: 23, 13 and 28. RGB value is (35,19,40). Sum of RGB (Red+Green+Blue) = 35+19+40=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #231328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231328 is #DCECD7. Grayscale: #1A1A1A. Windows color (decimal): -14478552 or 2626339. OLE color: 2626339.

HSL color Cylindrical-coordinate representation of color #231328: hue angle of 285.71º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #231328 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB351940-
CMYK0.120.5200.84
HSL285.71º35.59%11.57%-
HSV(B)285.71º52.5%15.69%-
XYZ1.310.982.13-
YUV26.18135.8134.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 40 (16.02% from 255) = 42.55%
R=37.23%
G=20.21%
B=42.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3519400.120.5200.84285.7135.5911.57
Hex231328C3405411e24c
Octal432350146401244364414
Binary100011100111010001100110100010101001000111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231328; }

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

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

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

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

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

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

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

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