#270D2F

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

Shades of Blackcurrant #270D2F

Tints of Blackcurrant #270D2F

Color information

#270D2F (or 0x270D2F) is unknown color: approx Blackcurrant. HEX triplet: 27, 0D and 2F. RGB value is (39,13,47). Sum of RGB (Red+Green+Blue) = 39+13+47=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #270D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D2F is #D8F2D0. Grayscale: #181818. Windows color (decimal): -14217937 or 3083559. OLE color: 3083559.

HSL color Cylindrical-coordinate representation of color #270D2F: hue angle of 285.88º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #270D2F is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB391347-
CMYK0.170.7200.82
HSL285.88º56.67%11.76%-
HSV(B)285.88º72.34%18.43%-
XYZ1.490.922.79-
YUV24.65140.61138.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 47 (18.75% from 255) = 47.47%
R=39.39%
G=13.13%
B=47.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3913470.170.7200.82285.8856.6711.76
Hex27D2F114805211e39c
Octal4715572111001224367114
Binary1001111101101111100011001000010100101000111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270D2F; }

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

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

<style>
 a { background-color: #270D2F; }

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

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

<style>
 span { border-color: #270D2F; }

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

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