#231630

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

Shades of Blackcurrant #231630

Tints of Blackcurrant #231630

Color information

#231630 (or 0x231630) is unknown color: approx Blackcurrant. HEX triplet: 23, 16 and 30. RGB value is (35,22,48). Sum of RGB (Red+Green+Blue) = 35+22+48=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #231630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231630 is #DCE9CF. Grayscale: #1C1C1C. Windows color (decimal): -14477776 or 3151395. OLE color: 3151395.

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

Color convert

RGB352248-
CMYK0.270.5400.81
HSL270º37.14%13.73%-
HSV(B)270º54.17%18.82%-
XYZ1.511.142.94-
YUV28.85138.81132.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.33%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 48 (19.14% from 255) = 45.71%
R=33.33%
G=20.95%
B=45.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3522480.270.5400.8127037.1413.73
Hex2316301B3605110e25e
Octal432660336601214164516
Binary1000111011011000011011110110010100011000011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231630; }

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

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

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

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

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

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

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

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