#231C27

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

Shades of Blackcurrant #231C27

Tints of Blackcurrant #231C27

Color information

#231C27 (or 0x231C27) is unknown color: approx Blackcurrant. HEX triplet: 23, 1C and 27. RGB value is (35,28,39). Sum of RGB (Red+Green+Blue) = 35+28+39=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 39 - color contains mainly: blue. Hex color #231C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C27 is #DCE3D8. Grayscale: #1F1F1F. Windows color (decimal): -14476249 or 2563107. OLE color: 2563107.

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

Color convert

RGB352839-
CMYK0.100.2800.85
HSL278.18º16.42%13.14%-
HSV(B)278.18º28.21%15.29%-
XYZ1.471.332.1-
YUV31.35132.32130.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.31%
GREEN value IS 28 (11.33% from 255) = 27.45%
BLUE value IS 39 (15.62% from 255) = 38.24%
R=34.31%
G=27.45%
B=38.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3528390.100.2800.85278.1816.4213.14
Hex231C27A1C05511610d
Octal433447123401254262015
Binary1000111110010011110101110001010101100010110100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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