#231E28

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

Shades of Blackcurrant #231E28

Tints of Blackcurrant #231E28

Color information

#231E28 (or 0x231E28) is unknown color: approx Blackcurrant. HEX triplet: 23, 1E and 28. RGB value is (35,30,40). Sum of RGB (Red+Green+Blue) = 35+30+40=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 40 - color contains mainly: blue. Hex color #231E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E28 is #DCE1D7. Grayscale: #202020. Windows color (decimal): -14475736 or 2629155. OLE color: 2629155.

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

Color convert

RGB353040-
CMYK0.120.2500.84
HSL270º14.29%13.73%-
HSV(B)270º25%15.69%-
XYZ1.541.442.2-
YUV32.64132.16129.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.33%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 40 (16.02% from 255) = 38.10%
R=33.33%
G=28.57%
B=38.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3530400.120.2500.8427014.2913.73
Hex231E28C1905410eee
Octal433650143101244161616
Binary100011111101010001100110010101010010000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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