#270F43

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

Shades of Blackcurrant #270F43

Tints of Blackcurrant #270F43

Color information

#270F43 (or 0x270F43) is unknown color: approx Blackcurrant. HEX triplet: 27, 0F and 43. RGB value is (39,15,67). Sum of RGB (Red+Green+Blue) = 39+15+67=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 67 (26.56% from 255 or 55.37% from 121); Max value from RGB is 67 - color contains mainly: blue. Hex color #270F43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F43 is #D8F0BC. Grayscale: #1B1B1B. Windows color (decimal): -14217405 or 4394791. OLE color: 4394791.

HSL color Cylindrical-coordinate representation of color #270F43: hue angle of 267.69º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #270F43 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB391567-
CMYK0.420.7800.74
HSL267.69º63.41%16.08%-
HSV(B)267.69º77.61%26.27%-
XYZ2.021.185.43-
YUV28.1149.95135.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.23%
GREEN value IS 15 (6.25% from 255) = 12.40%
BLUE value IS 67 (26.56% from 255) = 55.37%
R=32.23%
G=12.40%
B=55.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3915670.420.7800.74267.6963.4116.08
Hex27F432A4E04A10c3f10
Octal47171035211601124147720
Binary1001111111100001110101010011100100101010000110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,15,67); }

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

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

 a { background-color: rgb(39,15,67); }

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

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

 span { border-color: rgb(39,15,67); }

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