#270248

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

Shades of Blackcurrant #270248

Tints of Blackcurrant #270248

Color information

#270248 (or 0x270248) is unknown color: approx Blackcurrant. HEX triplet: 27, 02 and 48. RGB value is (39,2,72). Sum of RGB (Red+Green+Blue) = 39+2+72=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #270248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270248 is #D8FDB7. Grayscale: #141414. Windows color (decimal): -14220728 or 4719143. OLE color: 4719143.

HSL color Cylindrical-coordinate representation of color #270248: hue angle of 271.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270248 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB39272-
CMYK0.460.9700.72
HSL271.71º94.59%14.51%-
HSV(B)271.71º97.22%28.24%-
XYZ2.030.946.21-
YUV21.04156.76140.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.51%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 72 (28.52% from 255) = 63.72%
R=34.51%
G=1.77%
B=63.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal392720.460.9700.72271.7194.5914.51
Hex272482E610481105ff
Octal47211056141011042013717
Binary10011110100100010111011000010100100010001000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270248; }

 p { color: rgb(39,2,72); }

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

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

 a { background-color: rgb(39,2,72); }

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

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

 span { border-color: rgb(39,2,72); }

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