#232026

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

Shades of Blackcurrant #232026

Tints of Blackcurrant #232026

Color information

#232026 (or 0x232026) is unknown color: approx Blackcurrant. HEX triplet: 23, 20 and 26. RGB value is (35,32,38). Sum of RGB (Red+Green+Blue) = 35+32+38=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 38 - color contains mainly: blue. Hex color #232026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232026 is #DCDFD9. Grayscale: #212121. Windows color (decimal): -14475226 or 2498595. OLE color: 2498595.

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

Color convert

RGB353238-
CMYK0.080.1600.85
HSL270º8.57%13.73%-
HSV(B)270º15.79%14.9%-
XYZ1.561.532.05-
YUV33.58130.49129.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 38 (15.23% from 255) = 36.19%
R=33.33%
G=30.48%
B=36.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3532380.080.1600.852708.5713.73
Hex23202681005510e9e
Octal434046102001254161116
Binary1000111000001001101000100000101010110000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232026; }

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

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

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

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

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

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

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

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