#232124

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

Shades of Blackcurrant #232124

Tints of Blackcurrant #232124

Color information

#232124 (or 0x232124) is unknown color: approx Blackcurrant. HEX triplet: 23, 21 and 24. RGB value is (35,33,36). Sum of RGB (Red+Green+Blue) = 35+33+36=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 36 - color contains mainly: blue. Hex color #232124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232124 is #DCDEDB. Grayscale: #212121. Windows color (decimal): -14474972 or 2367779. OLE color: 2367779.

HSL color Cylindrical-coordinate representation of color #232124: hue angle of 280º degrees, saturation: 0.04, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #232124 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB353336-
CMYK0.030.0800.86
HSL280º4.35%13.53%-
HSV(B)280º8.33%14.12%-
XYZ1.561.571.89-
YUV33.94129.16128.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 36 (14.45% from 255) = 34.62%
R=33.65%
G=31.73%
B=34.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3533360.030.0800.862804.3513.53
Hex232124380561184e
Octal4341443100126430416
Binary100011100001100100111000010101101000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232124; }

 p { color: rgb(35,33,36); }

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

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

 a { background-color: rgb(35,33,36); }

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

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

 span { border-color: rgb(35,33,36); }

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