#231530

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

Shades of Blackcurrant #231530

Tints of Blackcurrant #231530

Color information

#231530 (or 0x231530) is unknown color: approx Blackcurrant. HEX triplet: 23, 15 and 30. RGB value is (35,21,48). Sum of RGB (Red+Green+Blue) = 35+21+48=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #231530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231530 is #DCEACF. Grayscale: #1C1C1C. Windows color (decimal): -14478032 or 3151139. OLE color: 3151139.

HSL color Cylindrical-coordinate representation of color #231530: hue angle of 271.11º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #231530 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB352148-
CMYK0.270.5600.81
HSL271.11º39.13%13.53%-
HSV(B)271.11º56.25%18.82%-
XYZ1.491.112.93-
YUV28.26139.14132.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 48 (19.14% from 255) = 46.15%
R=33.65%
G=20.19%
B=46.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3521480.270.5600.81271.1139.1313.53
Hex2315301B3805110f27e
Octal432560337001214174716
Binary1000111010111000011011111000010100011000011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231530; }

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

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

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

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

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

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

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

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