#231E29

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

Shades of Blackcurrant #231E29

Tints of Blackcurrant #231E29

Color information

#231E29 (or 0x231E29) is unknown color: approx Blackcurrant. HEX triplet: 23, 1E and 29. RGB value is (35,30,41). Sum of RGB (Red+Green+Blue) = 35+30+41=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 41 - color contains mainly: blue. Hex color #231E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E29 is #DCE1D6. Grayscale: #202020. Windows color (decimal): -14475735 or 2694691. OLE color: 2694691.

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

Color convert

RGB353041-
CMYK0.150.2700.84
HSL267.27º15.49%13.92%-
HSV(B)267.27º26.83%16.08%-
XYZ1.561.452.29-
YUV32.75132.66129.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.02%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=33.02%
G=28.30%
B=38.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3530410.150.2700.84267.2715.4913.92
Hex231E29F1B05410bfe
Octal433651173301244131716
Binary100011111101010011111110110101010010000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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