#231926

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

Shades of Blackcurrant #231926

Tints of Blackcurrant #231926

Color information

#231926 (or 0x231926) is unknown color: approx Blackcurrant. HEX triplet: 23, 19 and 26. RGB value is (35,25,38). Sum of RGB (Red+Green+Blue) = 35+25+38=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 38 - color contains mainly: blue. Hex color #231926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231926 is #DCE6D9. Grayscale: #1D1D1D. Windows color (decimal): -14477018 or 2496803. OLE color: 2496803.

HSL color Cylindrical-coordinate representation of color #231926: hue angle of 286.15º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #231926 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB352538-
CMYK0.080.3400.85
HSL286.15º20.63%12.35%-
HSV(B)286.15º34.21%14.9%-
XYZ1.391.191.99-
YUV29.47132.81131.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.71%
GREEN value IS 25 (10.16% from 255) = 25.51%
BLUE value IS 38 (15.23% from 255) = 38.78%
R=35.71%
G=25.51%
B=38.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3525380.080.3400.85286.1520.6312.35
Hex23192682205511e15c
Octal433146104201254362514
Binary10001111001100110100010001001010101100011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231926; }

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

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

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

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

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

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

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

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