#270B36

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

Shades of Blackcurrant #270B36

Tints of Blackcurrant #270B36

Color information

#270B36 (or 0x270B36) is unknown color: approx Blackcurrant. HEX triplet: 27, 0B and 36. RGB value is (39,11,54). Sum of RGB (Red+Green+Blue) = 39+11+54=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #270B36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270B36 is #D8F4C9. Grayscale: #181818. Windows color (decimal): -14218442 or 3541799. OLE color: 3541799.

HSL color Cylindrical-coordinate representation of color #270B36: hue angle of 279.07º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #270B36 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB391154-
CMYK0.280.8000.79
HSL279.07º66.15%12.75%-
HSV(B)279.07º79.63%21.18%-
XYZ1.620.943.59-
YUV24.27144.78138.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.5%
GREEN value IS 11 (4.69% from 255) = 10.58%
BLUE value IS 54 (21.48% from 255) = 51.92%
R=37.5%
G=10.58%
B=51.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3911540.280.8000.79279.0766.1512.75
Hex27B361C5004F11742d
Octal47136634120011742710215
Binary10011110111101101110010100000100111110001011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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