#270342

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

Shades of Blackcurrant #270342

Tints of Blackcurrant #270342

Color information

#270342 (or 0x270342) is unknown color: approx Blackcurrant. HEX triplet: 27, 03 and 42. RGB value is (39,3,66). Sum of RGB (Red+Green+Blue) = 39+3+66=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 66 (26.17% from 255 or 61.11% from 108); Max value from RGB is 66 - color contains mainly: blue. Hex color #270342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270342 is #D8FCBD. Grayscale: #141414. Windows color (decimal): -14220478 or 4326183. OLE color: 4326183.

HSL color Cylindrical-coordinate representation of color #270342: hue angle of 274.29º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270342 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB39366-
CMYK0.410.9500.74
HSL274.29º91.3%13.53%-
HSV(B)274.29º95.45%25.88%-
XYZ1.850.895.23-
YUV20.95153.43140.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 66 (26.17% from 255) = 61.11%
R=36.11%
G=2.78%
B=61.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal393660.410.9500.74274.2991.313.53
Hex27342295F04A1125be
Octal47310251137011242213316
Binary10011111100001010100110111110100101010001001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270342; }

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

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

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

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

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

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

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

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