#270E34

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

Shades of Blackcurrant #270E34

Tints of Blackcurrant #270E34

Color information

#270E34 (or 0x270E34) is unknown color: approx Blackcurrant. HEX triplet: 27, 0E and 34. RGB value is (39,14,52). Sum of RGB (Red+Green+Blue) = 39+14+52=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #270E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270E34 is #D8F1CB. Grayscale: #191919. Windows color (decimal): -14217676 or 3411495. OLE color: 3411495.

HSL color Cylindrical-coordinate representation of color #270E34: hue angle of 279.47º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #270E34 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB391452-
CMYK0.250.7300.80
HSL279.47º57.58%12.94%-
HSV(B)279.47º73.08%20.39%-
XYZ1.610.993.36-
YUV25.81142.78137.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.14%
GREEN value IS 14 (5.86% from 255) = 13.33%
BLUE value IS 52 (20.70% from 255) = 49.52%
R=37.14%
G=13.33%
B=49.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3914520.250.7300.80279.4757.5812.94
Hex27E3419490501173ad
Octal4716643111101204277215
Binary1001111110110100110011001001010100001000101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270E34; }

 p { color: rgb(39,14,52); }

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

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

 a { background-color: rgb(39,14,52); }

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

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

 span { border-color: rgb(39,14,52); }

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