#270C33

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

Shades of Blackcurrant #270C33

Tints of Blackcurrant #270C33

Color information

#270C33 (or 0x270C33) is unknown color: approx Blackcurrant. HEX triplet: 27, 0C and 33. RGB value is (39,12,51). Sum of RGB (Red+Green+Blue) = 39+12+51=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #270C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C33 is #D8F3CC. Grayscale: #181818. Windows color (decimal): -14218189 or 3345447. OLE color: 3345447.

HSL color Cylindrical-coordinate representation of color #270C33: hue angle of 281.54º degrees, saturation: 0.62, 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 #270C33 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB391251-
CMYK0.240.7600.8
HSL281.54º61.9%12.35%-
HSV(B)281.54º76.47%20%-
XYZ1.570.933.23-
YUV24.52142.95138.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.24%
GREEN value IS 12 (5.08% from 255) = 11.76%
BLUE value IS 51 (20.31% from 255) = 50%
R=38.24%
G=11.76%
B=50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3912510.240.7600.8281.5461.912.35
Hex27C33184C05011a3ec
Octal4714633011401204327614
Binary1001111100110011110001001100010100001000110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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