#27232B

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

Shades of Blackcurrant #27232B

Tints of Blackcurrant #27232B

Color information

#27232B (or 0x27232B) is unknown color: approx Blackcurrant. HEX triplet: 27, 23 and 2B. RGB value is (39,35,43). Sum of RGB (Red+Green+Blue) = 39+35+43=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 43 - color contains mainly: blue. Hex color #27232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27232B is #D8DCD4. Grayscale: #252525. Windows color (decimal): -14212309 or 2827047. OLE color: 2827047.

HSL color Cylindrical-coordinate representation of color #27232B: hue angle of 270º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #27232B is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB393543-
CMYK0.090.1900.83
HSL270º10.26%15.29%-
HSV(B)270º18.6%16.86%-
XYZ1.871.812.54-
YUV37.11131.33129.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.33%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=33.33%
G=29.91%
B=36.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3935430.090.1900.8327010.2615.29
Hex27232B91305310eaf
Octal474353112301234161217
Binary1001111000111010111001100110101001110000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27232B; }

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

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

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

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

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

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

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

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