#270137

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

Shades of Blackcurrant #270137

Tints of Blackcurrant #270137

Color information

#270137 (or 0x270137) is unknown color: approx Blackcurrant. HEX triplet: 27, 01 and 37. RGB value is (39,1,55). Sum of RGB (Red+Green+Blue) = 39+1+55=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 55 (21.88% from 255 or 57.89% from 95); Max value from RGB is 55 - color contains mainly: blue. Hex color #270137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270137 is #D8FEC8. Grayscale: #121212. Windows color (decimal): -14221001 or 3604775. OLE color: 3604775.

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

Color convert

RGB39155-
CMYK0.290.9800.78
HSL282.22º96.43%10.98%-
HSV(B)282.22º98.18%21.57%-
XYZ1.540.733.67-
YUV18.52148.59142.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.05%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 55 (21.88% from 255) = 57.89%
R=41.05%
G=1.05%
B=57.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal391550.290.9800.78282.2296.4310.98
Hex271371D6204E11a60b
Octal4716735142011643214013
Binary10011111101111110111000100100111010001101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270137; }

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

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

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

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

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

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

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

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