#270237

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

Shades of Blackcurrant #270237

Tints of Blackcurrant #270237

Color information

#270237 (or 0x270237) is unknown color: approx Blackcurrant. HEX triplet: 27, 02 and 37. RGB value is (39,2,55). Sum of RGB (Red+Green+Blue) = 39+2+55=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 55 (21.88% from 255 or 57.29% from 96); Max value from RGB is 55 - color contains mainly: blue. Hex color #270237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270237 is #D8FDC8. Grayscale: #121212. Windows color (decimal): -14220745 or 3605031. OLE color: 3605031.

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

Color convert

RGB39255-
CMYK0.290.9600.78
HSL281.89º92.98%11.18%-
HSV(B)281.89º96.36%21.57%-
XYZ1.550.753.68-
YUV19.1148.26142.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 55 (21.88% from 255) = 57.29%
R=40.62%
G=2.08%
B=57.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal392550.290.9600.78281.8992.9811.18
Hex272371D6004E11a5db
Octal4726735140011643213513
Binary100111101101111110111000000100111010001101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270237; }

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

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

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

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

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

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

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

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