#231327

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

Shades of Blackcurrant #231327

Tints of Blackcurrant #231327

Color information

#231327 (or 0x231327) is unknown color: approx Blackcurrant. HEX triplet: 23, 13 and 27. RGB value is (35,19,39). Sum of RGB (Red+Green+Blue) = 35+19+39=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 39 - color contains mainly: blue. Hex color #231327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231327 is #DCECD8. Grayscale: #1A1A1A. Windows color (decimal): -14478553 or 2560803. OLE color: 2560803.

HSL color Cylindrical-coordinate representation of color #231327: hue angle of 288º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231327 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB351939-
CMYK0.100.5100.85
HSL288º34.48%11.37%-
HSV(B)288º51.28%15.29%-
XYZ1.290.972.04-
YUV26.06135.3134.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.63%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 39 (15.62% from 255) = 41.94%
R=37.63%
G=20.43%
B=41.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3519390.100.5100.8528834.4811.37
Hex231327A3305512022b
Octal432347126301254404213
Binary100011100111001111010110011010101011001000001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231327; }

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

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

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

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

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

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

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

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