#27192F

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

Shades of Blackcurrant #27192F

Tints of Blackcurrant #27192F

Color information

#27192F (or 0x27192F) is unknown color: approx Blackcurrant. HEX triplet: 27, 19 and 2F. RGB value is (39,25,47). Sum of RGB (Red+Green+Blue) = 39+25+47=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 47 - color contains mainly: blue. Hex color #27192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27192F is #D8E6D0. Grayscale: #1F1F1F. Windows color (decimal): -14214865 or 3086631. OLE color: 3086631.

HSL color Cylindrical-coordinate representation of color #27192F: hue angle of 278.18º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27192F is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB392547-
CMYK0.170.4700.82
HSL278.18º30.56%14.12%-
HSV(B)278.18º46.81%18.43%-
XYZ1.71.332.86-
YUV31.69136.64133.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.14%
GREEN value IS 25 (10.16% from 255) = 22.52%
BLUE value IS 47 (18.75% from 255) = 42.34%
R=35.14%
G=22.52%
B=42.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3925470.170.4700.82278.1830.5614.12
Hex27192F112F0521161fe
Octal473157215701224263716
Binary100111110011011111000110111101010010100010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27192F; }

 p { color: rgb(39,25,47); }

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

<style>
 a { background-color: #27192F; }

 a { background-color: rgb(39,25,47); }

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

<style>
 span { border-color: #27192F; }

 span { border-color: rgb(39,25,47); }

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