#27002D

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

Shades of Blackcurrant #27002D

Tints of Blackcurrant #27002D

Color information

#27002D (or 0x27002D) is unknown color: approx Blackcurrant. HEX triplet: 27, 00 and 2D. RGB value is (39,0,45). Sum of RGB (Red+Green+Blue) = 39+0+45=84 (11% of max value = 765). Red value is 39 (15.62% from 255 or 46.43% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #27002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27002D is #D8FFD2. Grayscale: #101010. Windows color (decimal): -14221267 or 2949159. OLE color: 2949159.

HSL color Cylindrical-coordinate representation of color #27002D: hue angle of 292º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27002D is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB39045-
CMYK0.13100.82
HSL292º100%8.82%-
HSV(B)292º100%17.65%-
XYZ1.310.622.53-
YUV16.79143.92143.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 53.57%
R=46.43%
G=0%
B=53.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal390450.13100.822921008.82
Hex2702DD64052124649
Octal4705515144012244414411
Binary1001110101101110111001000101001010010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,0,45); }

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

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

 a { background-color: rgb(39,0,45); }

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

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

 span { border-color: rgb(39,0,45); }

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