#271235

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

Shades of Blackcurrant #271235

Tints of Blackcurrant #271235

Color information

#271235 (or 0x271235) is unknown color: approx Blackcurrant. HEX triplet: 27, 12 and 35. RGB value is (39,18,53). Sum of RGB (Red+Green+Blue) = 39+18+53=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 53 - color contains mainly: blue. Hex color #271235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271235 is #D8EDCA. Grayscale: #1C1C1C. Windows color (decimal): -14216651 or 3478055. OLE color: 3478055.

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

Color convert

RGB391853-
CMYK0.260.6600.79
HSL276º49.3%13.92%-
HSV(B)276º66.04%20.78%-
XYZ1.71.123.5-
YUV28.27141.96135.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.45%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 53 (21.09% from 255) = 48.18%
R=35.45%
G=16.36%
B=48.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3918530.260.6600.7927649.313.92
Hex2712351A4204F11431e
Octal4722653210201174246116
Binary10011110010110101110101000010010011111000101001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271235; }

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

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

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

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

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

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

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

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