#231E27

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

Shades of Blackcurrant #231E27

Tints of Blackcurrant #231E27

Color information

#231E27 (or 0x231E27) is unknown color: approx Blackcurrant. HEX triplet: 23, 1E and 27. RGB value is (35,30,39). Sum of RGB (Red+Green+Blue) = 35+30+39=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 39 - color contains mainly: blue. Hex color #231E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E27 is #DCE1D8. Grayscale: #202020. Windows color (decimal): -14475737 or 2563619. OLE color: 2563619.

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

Color convert

RGB353039-
CMYK0.100.2300.85
HSL273.33º13.04%13.53%-
HSV(B)273.33º23.08%15.29%-
XYZ1.521.432.12-
YUV32.52131.66129.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 30 (12.11% from 255) = 28.85%
BLUE value IS 39 (15.62% from 255) = 37.5%
R=33.65%
G=28.85%
B=37.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3530390.100.2300.85273.3313.0413.53
Hex231E27A17055111de
Octal433647122701254211516
Binary100011111101001111010101110101010110001000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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