#27082F

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

Shades of Blackcurrant #27082F

Tints of Blackcurrant #27082F

Color information

#27082F (or 0x27082F) is unknown color: approx Blackcurrant. HEX triplet: 27, 08 and 2F. RGB value is (39,8,47). Sum of RGB (Red+Green+Blue) = 39+8+47=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #27082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27082F is #D8F7D0. Grayscale: #151515. Windows color (decimal): -14219217 or 3082279. OLE color: 3082279.

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

Color convert

RGB39847-
CMYK0.170.8300.82
HSL287.69º70.91%10.78%-
HSV(B)287.69º82.98%18.43%-
XYZ1.440.812.77-
YUV21.72142.27140.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.49%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 47 (18.75% from 255) = 50%
R=41.49%
G=8.51%
B=50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal398470.170.8300.82287.6970.9110.78
Hex2782F115305212047b
Octal47105721123012244010713
Binary10011110001011111000110100110101001010010000010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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