#270253

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

Shades of Blackcurrant #270253

Tints of Blackcurrant #270253

Color information

#270253 (or 0x270253) is unknown color: approx Blackcurrant. HEX triplet: 27, 02 and 53. RGB value is (39,2,83). Sum of RGB (Red+Green+Blue) = 39+2+83=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #270253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270253 is #D8FDAC. Grayscale: #161616. Windows color (decimal): -14220717 or 5440039. OLE color: 5440039.

HSL color Cylindrical-coordinate representation of color #270253: hue angle of 267.41º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270253 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB39283-
CMYK0.530.9800.67
HSL267.41º95.29%16.67%-
HSV(B)267.41º97.59%32.55%-
XYZ2.421.18.27-
YUV22.3162.26139.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.45%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 83 (32.81% from 255) = 66.94%
R=31.45%
G=1.61%
B=66.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal392830.530.9800.67267.4195.2916.67
Hex27253356204310b5f11
Octal47212365142010341313721
Binary100111101010011110101110001001000011100001011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270253; }

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

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

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

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

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

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

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

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