#27212E

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

Shades of Blackcurrant #27212E

Tints of Blackcurrant #27212E

Color information

#27212E (or 0x27212E) is unknown color: approx Blackcurrant. HEX triplet: 27, 21 and 2E. RGB value is (39,33,46). Sum of RGB (Red+Green+Blue) = 39+33+46=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 46 - color contains mainly: blue. Hex color #27212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27212E is #D8DED1. Grayscale: #242424. Windows color (decimal): -14212818 or 3023143. OLE color: 3023143.

HSL color Cylindrical-coordinate representation of color #27212E: hue angle of 267.69º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #27212E is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB393346-
CMYK0.150.2800.82
HSL267.69º16.46%15.49%-
HSV(B)267.69º28.26%18.04%-
XYZ1.871.722.82-
YUV36.28133.49129.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 46 (18.36% from 255) = 38.98%
R=33.05%
G=27.97%
B=38.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3933460.150.2800.82267.6916.4615.49
Hex27212EF1C05210c10f
Octal474156173401224142017
Binary10011110000110111011111110001010010100001100100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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