#231F26

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

Shades of Blackcurrant #231F26

Tints of Blackcurrant #231F26

Color information

#231F26 (or 0x231F26) is unknown color: approx Blackcurrant. HEX triplet: 23, 1F and 26. RGB value is (35,31,38). Sum of RGB (Red+Green+Blue) = 35+31+38=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 38 - color contains mainly: blue. Hex color #231F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F26 is #DCE0D9. Grayscale: #202020. Windows color (decimal): -14475482 or 2498339. OLE color: 2498339.

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

Color convert

RGB353138-
CMYK0.080.1800.85
HSL274.29º10.14%13.53%-
HSV(B)274.29º18.42%14.9%-
XYZ1.531.482.04-
YUV32.99130.83129.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 31 (12.5% from 255) = 29.81%
BLUE value IS 38 (15.23% from 255) = 36.54%
R=33.65%
G=29.81%
B=36.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3531380.080.1800.85274.2910.1413.53
Hex231F26812055112ae
Octal433746102201254221216
Binary100011111111001101000100100101010110001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231F26; }

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

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

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

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

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

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

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

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