#231929

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

Shades of Blackcurrant #231929

Tints of Blackcurrant #231929

Color information

#231929 (or 0x231929) is unknown color: approx Blackcurrant. HEX triplet: 23, 19 and 29. RGB value is (35,25,41). Sum of RGB (Red+Green+Blue) = 35+25+41=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 41 - color contains mainly: blue. Hex color #231929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231929 is #DCE6D6. Grayscale: #1D1D1D. Windows color (decimal): -14477015 or 2693411. OLE color: 2693411.

HSL color Cylindrical-coordinate representation of color #231929: hue angle of 277.5º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #231929 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB352541-
CMYK0.150.3900.84
HSL277.5º24.24%12.94%-
HSV(B)277.5º39.02%16.08%-
XYZ1.441.212.26-
YUV29.81134.31131.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.65%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 41 (16.41% from 255) = 40.59%
R=34.65%
G=24.75%
B=40.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3525410.150.3900.84277.524.2412.94
Hex231929F2705411618d
Octal433151174701244263015
Binary10001111001101001111110011101010100100010110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231929; }

 p { color: rgb(35,25,41); }

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

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

 a { background-color: rgb(35,25,41); }

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

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

 span { border-color: rgb(35,25,41); }

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