#27212C

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

Shades of Blackcurrant #27212C

Tints of Blackcurrant #27212C

Color information

#27212C (or 0x27212C) is unknown color: approx Blackcurrant. HEX triplet: 27, 21 and 2C. RGB value is (39,33,44). Sum of RGB (Red+Green+Blue) = 39+33+44=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 44 - color contains mainly: blue. Hex color #27212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27212C is #D8DED3. Grayscale: #242424. Windows color (decimal): -14212820 or 2892071. OLE color: 2892071.

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

Color convert

RGB393344-
CMYK0.110.2500.83
HSL272.73º14.29%15.1%-
HSV(B)272.73º25%17.25%-
XYZ1.841.72.61-
YUV36.05132.49130.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 33 (13.28% from 255) = 28.45%
BLUE value IS 44 (17.58% from 255) = 37.93%
R=33.62%
G=28.45%
B=37.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3933440.110.2500.83272.7314.2915.1
Hex27212CB19053111ef
Octal474154133101234211617
Binary1001111000011011001011110010101001110001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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