#27133D

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

Shades of Blackcurrant #27133D

Tints of Blackcurrant #27133D

Color information

#27133D (or 0x27133D) is unknown color: approx Blackcurrant. HEX triplet: 27, 13 and 3D. RGB value is (39,19,61). Sum of RGB (Red+Green+Blue) = 39+19+61=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #27133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27133D is #D8ECC2. Grayscale: #1D1D1D. Windows color (decimal): -14216387 or 4002599. OLE color: 4002599.

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

Color convert

RGB391961-
CMYK0.360.6900.76
HSL268.57º52.5%15.69%-
HSV(B)268.57º68.85%23.92%-
XYZ1.911.234.55-
YUV29.77145.63134.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 61 (24.22% from 255) = 51.26%
R=32.77%
G=15.97%
B=51.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3919610.360.6900.76268.5752.515.69
Hex27133D244504C10d3410
Octal4723754410501144156420
Binary1001111001111110110010010001010100110010000110111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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