#27232C

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

Shades of Blackcurrant #27232C

Tints of Blackcurrant #27232C

Color information

#27232C (or 0x27232C) is unknown color: approx Blackcurrant. HEX triplet: 27, 23 and 2C. RGB value is (39,35,44). Sum of RGB (Red+Green+Blue) = 39+35+44=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 44 - color contains mainly: blue. Hex color #27232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27232C is #D8DCD3. Grayscale: #252525. Windows color (decimal): -14212308 or 2892583. OLE color: 2892583.

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

Color convert

RGB393544-
CMYK0.110.2000.83
HSL266.67º11.39%15.49%-
HSV(B)266.67º20.45%17.25%-
XYZ1.891.822.63-
YUV37.22131.83129.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 44 (17.58% from 255) = 37.29%
R=33.05%
G=29.66%
B=37.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3935440.110.2000.83266.6711.3915.49
Hex27232CB1405310bbf
Octal474354132401234131317
Binary1001111000111011001011101000101001110000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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