#231A30

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

Shades of Blackcurrant #231A30

Tints of Blackcurrant #231A30

Color information

#231A30 (or 0x231A30) is unknown color: approx Blackcurrant. HEX triplet: 23, 1A and 30. RGB value is (35,26,48). Sum of RGB (Red+Green+Blue) = 35+26+48=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 48 - color contains mainly: blue. Hex color #231A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A30 is #DCE5CF. Grayscale: #1F1F1F. Windows color (decimal): -14476752 or 3152419. OLE color: 3152419.

HSL color Cylindrical-coordinate representation of color #231A30: hue angle of 264.55º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231A30 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB352648-
CMYK0.270.4600.81
HSL264.55º29.73%14.51%-
HSV(B)264.55º45.83%18.82%-
XYZ1.61.312.96-
YUV31.2137.48130.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.11%
GREEN value IS 26 (10.55% from 255) = 23.85%
BLUE value IS 48 (19.14% from 255) = 44.04%
R=32.11%
G=23.85%
B=44.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3526480.270.4600.81264.5529.7314.51
Hex231A301B2E0511091ef
Octal433260335601214113617
Binary100011110101100001101110111001010001100001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231A30; }

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

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

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

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

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

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

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

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