#270135

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

Shades of Blackcurrant #270135

Tints of Blackcurrant #270135

Color information

#270135 (or 0x270135) is unknown color: approx Blackcurrant. HEX triplet: 27, 01 and 35. RGB value is (39,1,53). Sum of RGB (Red+Green+Blue) = 39+1+53=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #270135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270135 is #D8FECA. Grayscale: #121212. Windows color (decimal): -14221003 or 3473703. OLE color: 3473703.

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

Color convert

RGB39153-
CMYK0.260.9800.79
HSL283.85º96.3%10.59%-
HSV(B)283.85º98.11%20.78%-
XYZ1.490.713.43-
YUV18.29147.59142.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.94%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 53 (21.09% from 255) = 56.99%
R=41.94%
G=1.08%
B=56.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal391530.260.9800.79283.8596.310.59
Hex271351A6204F11c60b
Octal4716532142011743414013
Binary10011111101011101011000100100111110001110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270135; }

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

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

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

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

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

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

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

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