#27212B

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

Shades of Blackcurrant #27212B

Tints of Blackcurrant #27212B

Color information

#27212B (or 0x27212B) is unknown color: approx Blackcurrant. HEX triplet: 27, 21 and 2B. RGB value is (39,33,43). Sum of RGB (Red+Green+Blue) = 39+33+43=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 43 - color contains mainly: blue. Hex color #27212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27212B is #D8DED4. Grayscale: #232323. Windows color (decimal): -14212821 or 2826535. OLE color: 2826535.

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

Color convert

RGB393343-
CMYK0.090.2300.83
HSL276º13.16%14.9%-
HSV(B)276º23.26%16.86%-
XYZ1.821.692.52-
YUV35.93131.99130.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 43 (17.19% from 255) = 37.39%
R=33.91%
G=28.70%
B=37.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3933430.090.2300.8327613.1614.9
Hex27212B917053114df
Octal474153112701234241517
Binary1001111000011010111001101110101001110001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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