#271135

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

Shades of Blackcurrant #271135

Tints of Blackcurrant #271135

Color information

#271135 (or 0x271135) is unknown color: approx Blackcurrant. HEX triplet: 27, 11 and 35. RGB value is (39,17,53). Sum of RGB (Red+Green+Blue) = 39+17+53=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #271135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271135 is #D8EECA. Grayscale: #1B1B1B. Windows color (decimal): -14216907 or 3477799. OLE color: 3477799.

HSL color Cylindrical-coordinate representation of color #271135: hue angle of 276.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #271135 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB391753-
CMYK0.260.6800.79
HSL276.67º51.43%13.73%-
HSV(B)276.67º67.92%20.78%-
XYZ1.681.093.49-
YUV27.68142.29136.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.78%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 53 (21.09% from 255) = 48.62%
R=35.78%
G=15.60%
B=48.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3917530.260.6800.79276.6751.4313.73
Hex2711351A4404F11533e
Octal4721653210401174256316
Binary10011110001110101110101000100010011111000101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271135; }

 p { color: rgb(39,17,53); }

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

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

 a { background-color: rgb(39,17,53); }

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

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

 span { border-color: rgb(39,17,53); }

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