#270B41

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

Shades of Blackcurrant #270B41

Tints of Blackcurrant #270B41

Color information

#270B41 (or 0x270B41) is unknown color: approx Blackcurrant. HEX triplet: 27, 0B and 41. RGB value is (39,11,65). Sum of RGB (Red+Green+Blue) = 39+11+65=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #270B41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270B41 is #D8F4BE. Grayscale: #191919. Windows color (decimal): -14218431 or 4262695. OLE color: 4262695.

HSL color Cylindrical-coordinate representation of color #270B41: hue angle of 271.11º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #270B41 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB391165-
CMYK0.400.8300.75
HSL271.11º71.05%14.9%-
HSV(B)271.11º83.08%25.49%-
XYZ1.911.055.1-
YUV25.53150.28137.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 11 (4.69% from 255) = 9.57%
BLUE value IS 65 (25.78% from 255) = 56.52%
R=33.91%
G=9.57%
B=56.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3911650.400.8300.75271.1171.0514.9
Hex27B41285304B10f47f
Octal471310150123011341710717
Binary1001111011100000110100010100110100101110000111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,11,65); }

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

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

 a { background-color: rgb(39,11,65); }

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

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

 span { border-color: rgb(39,11,65); }

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