#270C30

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

Shades of Blackcurrant #270C30

Tints of Blackcurrant #270C30

Color information

#270C30 (or 0x270C30) is unknown color: approx Blackcurrant. HEX triplet: 27, 0C and 30. RGB value is (39,12,48). Sum of RGB (Red+Green+Blue) = 39+12+48=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #270C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C30 is #D8F3CF. Grayscale: #181818. Windows color (decimal): -14218192 or 3148839. OLE color: 3148839.

HSL color Cylindrical-coordinate representation of color #270C30: hue angle of 285º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #270C30 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB391248-
CMYK0.190.7500.81
HSL285º60%11.76%-
HSV(B)285º75%18.82%-
XYZ1.50.912.89-
YUV24.18141.45138.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 12 (5.08% from 255) = 12.12%
BLUE value IS 48 (19.14% from 255) = 48.48%
R=39.39%
G=12.12%
B=48.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3912480.190.7500.812856011.76
Hex27C30134B05111d3cc
Octal4714602311301214357414
Binary1001111100110000100111001011010100011000111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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