#270352

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

Shades of Blackcurrant #270352

Tints of Blackcurrant #270352

Color information

#270352 (or 0x270352) is unknown color: approx Blackcurrant. HEX triplet: 27, 03 and 52. RGB value is (39,3,82). Sum of RGB (Red+Green+Blue) = 39+3+82=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #270352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270352 is #D8FCAD. Grayscale: #161616. Windows color (decimal): -14220462 or 5374759. OLE color: 5374759.

HSL color Cylindrical-coordinate representation of color #270352: hue angle of 267.34º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270352 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB39382-
CMYK0.520.9600.68
HSL267.34º92.94%16.67%-
HSV(B)267.34º96.34%32.16%-
XYZ2.391.118.07-
YUV22.77161.43139.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.45%
GREEN value IS 3 (1.56% from 255) = 2.42%
BLUE value IS 82 (32.42% from 255) = 66.13%
R=31.45%
G=2.42%
B=66.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal393820.520.9600.68267.3492.9416.67
Hex27352346004410b5d11
Octal47312264140010441313521
Binary100111111010010110100110000001000100100001011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270352; }

 p { color: rgb(39,3,82); }

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

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

 a { background-color: rgb(39,3,82); }

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

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

 span { border-color: rgb(39,3,82); }

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