#271233

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

Shades of Blackcurrant #271233

Tints of Blackcurrant #271233

Color information

#271233 (or 0x271233) is unknown color: approx Blackcurrant. HEX triplet: 27, 12 and 33. RGB value is (39,18,51). Sum of RGB (Red+Green+Blue) = 39+18+51=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 51 - color contains mainly: blue. Hex color #271233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271233 is #D8EDCC. Grayscale: #1B1B1B. Windows color (decimal): -14216653 or 3346983. OLE color: 3346983.

HSL color Cylindrical-coordinate representation of color #271233: hue angle of 278.18º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #271233 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB391851-
CMYK0.240.6500.8
HSL278.18º47.83%13.53%-
HSV(B)278.18º64.71%20%-
XYZ1.651.13.26-
YUV28.04140.96135.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 51 (20.31% from 255) = 47.22%
R=36.11%
G=16.67%
B=47.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3918510.240.6500.8278.1847.8313.53
Hex271233184105011630e
Octal4722633010101204266016
Binary10011110010110011110001000001010100001000101101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271233; }

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

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

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

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

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

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

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

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