#27122B

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

Shades of Blackcurrant #27122B

Tints of Blackcurrant #27122B

Color information

#27122B (or 0x27122B) is unknown color: approx Blackcurrant. HEX triplet: 27, 12 and 2B. RGB value is (39,18,43). Sum of RGB (Red+Green+Blue) = 39+18+43=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 43 - color contains mainly: blue. Hex color #27122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27122B is #D8EDD4. Grayscale: #1B1B1B. Windows color (decimal): -14216661 or 2822695. OLE color: 2822695.

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

Color convert

RGB391843-
CMYK0.090.5800.83
HSL290.4º40.98%11.96%-
HSV(B)290.4º58.14%16.86%-
XYZ1.491.042.41-
YUV27.13136.96136.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39%
GREEN value IS 18 (7.42% from 255) = 18%
BLUE value IS 43 (17.19% from 255) = 43%
R=39%
G=18%
B=43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3918430.090.5800.83290.440.9811.96
Hex27122B93A05312229c
Octal472253117201234425114
Binary100111100101010111001111010010100111001000101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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