#270B3A

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

Shades of Blackcurrant #270B3A

Tints of Blackcurrant #270B3A

Color information

#270B3A (or 0x270B3A) is unknown color: approx Blackcurrant. HEX triplet: 27, 0B and 3A. RGB value is (39,11,58). Sum of RGB (Red+Green+Blue) = 39+11+58=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #270B3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270B3A is #D8F4C5. Grayscale: #181818. Windows color (decimal): -14218438 or 3803943. OLE color: 3803943.

HSL color Cylindrical-coordinate representation of color #270B3A: hue angle of 275.74º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #270B3A is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB391158-
CMYK0.330.8100.77
HSL275.74º68.12%13.53%-
HSV(B)275.74º81.03%22.75%-
XYZ1.720.984.1-
YUV24.73146.78138.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 11 (4.69% from 255) = 10.19%
BLUE value IS 58 (23.05% from 255) = 53.70%
R=36.11%
G=10.19%
B=53.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3911580.330.8100.77275.7468.1213.53
Hex27B3A215104D11444e
Octal47137241121011542410416
Binary100111101111101010000110100010100110110001010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,11,58); }

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

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

 a { background-color: rgb(39,11,58); }

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

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

 span { border-color: rgb(39,11,58); }

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