#231027

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

Shades of Blackcurrant #231027

Tints of Blackcurrant #231027

Color information

#231027 (or 0x231027) is unknown color: approx Blackcurrant. HEX triplet: 23, 10 and 27. RGB value is (35,16,39). Sum of RGB (Red+Green+Blue) = 35+16+39=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 39 - color contains mainly: blue. Hex color #231027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231027 is #DCEFD8. Grayscale: #181818. Windows color (decimal): -14479321 or 2560035. OLE color: 2560035.

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

Color convert

RGB351639-
CMYK0.100.5900.85
HSL289.57º41.82%10.78%-
HSV(B)289.57º58.97%15.29%-
XYZ1.240.872.02-
YUV24.3136.29135.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 16 (6.64% from 255) = 17.78%
BLUE value IS 39 (15.62% from 255) = 43.33%
R=38.89%
G=17.78%
B=43.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3516390.100.5900.85289.5741.8210.78
Hex231027A3B0551222ab
Octal432047127301254425213
Binary100011100001001111010111011010101011001000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231027; }

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

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

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

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

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

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

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

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