#271334

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

Shades of Blackcurrant #271334

Tints of Blackcurrant #271334

Color information

#271334 (or 0x271334) is unknown color: approx Blackcurrant. HEX triplet: 27, 13 and 34. RGB value is (39,19,52). Sum of RGB (Red+Green+Blue) = 39+19+52=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: blue. Hex color #271334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271334 is #D8ECCB. Grayscale: #1C1C1C. Windows color (decimal): -14216396 or 3412775. OLE color: 3412775.

HSL color Cylindrical-coordinate representation of color #271334: hue angle of 276.36º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #271334 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB391952-
CMYK0.250.6300.80
HSL276.36º46.48%13.92%-
HSV(B)276.36º63.46%20.39%-
XYZ1.691.153.38-
YUV28.74141.13135.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.45%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 52 (20.70% from 255) = 47.27%
R=35.45%
G=17.27%
B=47.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3919520.250.6300.80276.3646.4813.92
Hex271334193F0501142ee
Octal472364317701204245616
Binary1001111001111010011001111111010100001000101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271334; }

 p { color: rgb(39,19,52); }

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

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

 a { background-color: rgb(39,19,52); }

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

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

 span { border-color: rgb(39,19,52); }

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