#231831

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

Shades of Blackcurrant #231831

Tints of Blackcurrant #231831

Color information

#231831 (or 0x231831) is unknown color: approx Blackcurrant. HEX triplet: 23, 18 and 31. RGB value is (35,24,49). Sum of RGB (Red+Green+Blue) = 35+24+49=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #231831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231831 is #DCE7CE. Grayscale: #1E1E1E. Windows color (decimal): -14477263 or 3217443. OLE color: 3217443.

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

Color convert

RGB352449-
CMYK0.290.5100.81
HSL266.4º34.25%14.31%-
HSV(B)266.4º51.02%19.22%-
XYZ1.571.233.06-
YUV30.14138.64131.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.41%
GREEN value IS 24 (9.77% from 255) = 22.22%
BLUE value IS 49 (19.53% from 255) = 45.37%
R=32.41%
G=22.22%
B=45.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3524490.290.5100.81266.434.2514.31
Hex2318311D3305110a22e
Octal433061356301214124216
Binary1000111100011000111101110011010100011000010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231831; }

 p { color: rgb(35,24,49); }

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

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

 a { background-color: rgb(35,24,49); }

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

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

 span { border-color: rgb(35,24,49); }

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