#27074B

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

Shades of Blackcurrant #27074B

Tints of Blackcurrant #27074B

Color information

#27074B (or 0x27074B) is unknown color: approx Blackcurrant. HEX triplet: 27, 07 and 4B. RGB value is (39,7,75). Sum of RGB (Red+Green+Blue) = 39+7+75=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #27074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27074B is #D8F8B4. Grayscale: #181818. Windows color (decimal): -14219445 or 4917031. OLE color: 4917031.

HSL color Cylindrical-coordinate representation of color #27074B: hue angle of 268.24º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27074B is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB39775-
CMYK0.480.9100.71
HSL268.24º82.93%16.08%-
HSV(B)268.24º90.67%29.41%-
XYZ2.181.096.75-
YUV24.32156.6138.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.23%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 75 (29.69% from 255) = 61.98%
R=32.23%
G=5.79%
B=61.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal397750.480.9100.71268.2482.9316.08
Hex2774B305B04710c5310
Octal47711360133010741412320
Binary1001111111001011110000101101101000111100001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27074B; }

 p { color: rgb(39,7,75); }

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

<style>
 a { background-color: #27074B; }

 a { background-color: rgb(39,7,75); }

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

<style>
 span { border-color: #27074B; }

 span { border-color: rgb(39,7,75); }

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