#231527

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

Shades of Blackcurrant #231527

Tints of Blackcurrant #231527

Color information

#231527 (or 0x231527) is unknown color: approx Blackcurrant. HEX triplet: 23, 15 and 27. RGB value is (35,21,39). Sum of RGB (Red+Green+Blue) = 35+21+39=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: blue. Hex color #231527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231527 is #DCEAD8. Grayscale: #1B1B1B. Windows color (decimal): -14478041 or 2561315. OLE color: 2561315.

HSL color Cylindrical-coordinate representation of color #231527: hue angle of 286.67º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231527 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB352139-
CMYK0.100.4600.85
HSL286.67º30%11.76%-
HSV(B)286.67º46.15%15.29%-
XYZ1.331.042.05-
YUV27.24134.64133.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.84%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 39 (15.62% from 255) = 41.05%
R=36.84%
G=22.11%
B=41.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3521390.100.4600.85286.673011.76
Hex231527A2E05511f1ec
Octal432547125601254373614
Binary10001110101100111101010111001010101100011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231527; }

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

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

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

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

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

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

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

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