#270C32

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

Shades of Blackcurrant #270C32

Tints of Blackcurrant #270C32

Color information

#270C32 (or 0x270C32) is unknown color: approx Blackcurrant. HEX triplet: 27, 0C and 32. RGB value is (39,12,50). Sum of RGB (Red+Green+Blue) = 39+12+50=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #270C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C32 is #D8F3CD. Grayscale: #181818. Windows color (decimal): -14218190 or 3279911. OLE color: 3279911.

HSL color Cylindrical-coordinate representation of color #270C32: hue angle of 282.63º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #270C32 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB391250-
CMYK0.220.7600.80
HSL282.63º61.29%12.16%-
HSV(B)282.63º76%19.61%-
XYZ1.540.923.11-
YUV24.4142.45138.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.61%
GREEN value IS 12 (5.08% from 255) = 11.88%
BLUE value IS 50 (19.92% from 255) = 49.50%
R=38.61%
G=11.88%
B=49.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3912500.220.7600.80282.6361.2912.16
Hex27C32164C05011b3dc
Octal4714622611401204337514
Binary1001111100110010101101001100010100001000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,12,50); }

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

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

 a { background-color: rgb(39,12,50); }

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

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

 span { border-color: rgb(39,12,50); }

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