#27133C

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

Shades of Blackcurrant #27133C

Tints of Blackcurrant #27133C

Color information

#27133C (or 0x27133C) is unknown color: approx Blackcurrant. HEX triplet: 27, 13 and 3C. RGB value is (39,19,60). Sum of RGB (Red+Green+Blue) = 39+19+60=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #27133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27133C is #D8ECC3. Grayscale: #1D1D1D. Windows color (decimal): -14216388 or 3937063. OLE color: 3937063.

HSL color Cylindrical-coordinate representation of color #27133C: hue angle of 269.27º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27133C is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB391960-
CMYK0.350.6800.76
HSL269.27º51.9%15.49%-
HSV(B)269.27º68.33%23.53%-
XYZ1.891.224.41-
YUV29.65145.13134.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 60 (23.83% from 255) = 50.85%
R=33.05%
G=16.10%
B=50.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3919600.350.6800.76269.2751.915.49
Hex27133C234404C10d34f
Octal4723744310401144156417
Binary100111100111111001000111000100010011001000011011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27133C; }

 p { color: rgb(39,19,60); }

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

<style>
 a { background-color: #27133C; }

 a { background-color: rgb(39,19,60); }

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

<style>
 span { border-color: #27133C; }

 span { border-color: rgb(39,19,60); }

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