#231529

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

Shades of Blackcurrant #231529

Tints of Blackcurrant #231529

Color information

#231529 (or 0x231529) is unknown color: approx Blackcurrant. HEX triplet: 23, 15 and 29. RGB value is (35,21,41). Sum of RGB (Red+Green+Blue) = 35+21+41=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 41 - color contains mainly: blue. Hex color #231529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231529 is #DCEAD6. Grayscale: #1B1B1B. Windows color (decimal): -14478039 or 2692387. OLE color: 2692387.

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

Color convert

RGB352141-
CMYK0.150.4900.84
HSL282º32.26%12.16%-
HSV(B)282º48.78%16.08%-
XYZ1.361.052.23-
YUV27.47135.64133.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 21 (8.59% from 255) = 21.65%
BLUE value IS 41 (16.41% from 255) = 42.27%
R=36.08%
G=21.65%
B=42.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3521410.150.4900.8428232.2612.16
Hex231529F3105411a20c
Octal432551176101244324014
Binary100011101011010011111110001010101001000110101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231529; }

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

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

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

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

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

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

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

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