#231E26

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

Shades of Blackcurrant #231E26

Tints of Blackcurrant #231E26

Color information

#231E26 (or 0x231E26) is unknown color: approx Blackcurrant. HEX triplet: 23, 1E and 26. RGB value is (35,30,38). Sum of RGB (Red+Green+Blue) = 35+30+38=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 38 - color contains mainly: blue. Hex color #231E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E26 is #DCE1D9. Grayscale: #202020. Windows color (decimal): -14475738 or 2498083. OLE color: 2498083.

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

Color convert

RGB353038-
CMYK0.080.2100.85
HSL277.5º11.76%13.33%-
HSV(B)277.5º21.05%14.9%-
XYZ1.511.432.03-
YUV32.41131.16129.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.98%
GREEN value IS 30 (12.11% from 255) = 29.13%
BLUE value IS 38 (15.23% from 255) = 36.89%
R=33.98%
G=29.13%
B=36.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3530380.080.2100.85277.511.7613.33
Hex231E26815055116cd
Octal433646102501254261415
Binary100011111101001101000101010101010110001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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