#27133E

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

Shades of Blackcurrant #27133E

Tints of Blackcurrant #27133E

Color information

#27133E (or 0x27133E) is unknown color: approx Blackcurrant. HEX triplet: 27, 13 and 3E. RGB value is (39,19,62). Sum of RGB (Red+Green+Blue) = 39+19+62=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #27133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27133E is #D8ECC1. Grayscale: #1D1D1D. Windows color (decimal): -14216386 or 4068135. OLE color: 4068135.

HSL color Cylindrical-coordinate representation of color #27133E: hue angle of 267.91º degrees, saturation: 0.53, 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 #27133E is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB391962-
CMYK0.370.6900.76
HSL267.91º53.09%15.88%-
HSV(B)267.91º69.35%24.31%-
XYZ1.941.244.7-
YUV29.88146.13134.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.5%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 62 (24.61% from 255) = 51.67%
R=32.5%
G=15.83%
B=51.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3919620.370.6900.76267.9153.0915.88
Hex27133E254504C10c3510
Octal4723764510501144146520
Binary1001111001111111010010110001010100110010000110011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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