#27091A

Color #27091A Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #27091A

Tints of Blackberry #27091A

Color information

#27091A (or 0x27091A) is unknown color: approx Blackberry. HEX triplet: 27, 09 and 1A. RGB value is (39,9,26). Sum of RGB (Red+Green+Blue) = 39+9+26=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #27091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27091A is #D8F6E5. Grayscale: #131313. Windows color (decimal): -14218982 or 1706279. OLE color: 1706279.

HSL color Cylindrical-coordinate representation of color #27091A: hue angle of 326º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27091A is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB39926-
CMYK00.770.330.85
HSL326º62.5%9.41%-
HSV(B)326º76.92%15.29%-
XYZ1.120.71.05-
YUV19.91131.44141.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52.70%
GREEN value IS 9 (3.91% from 255) = 12.16%
BLUE value IS 26 (10.55% from 255) = 35.14%
R=52.70%
G=12.16%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3992600.770.330.8532662.59.41
Hex2791A04D21551463e9
Octal4711320115411255067611
Binary1001111001110100100110110000110101011010001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27091A; }

 p { color: rgb(39,9,26); }

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

<style>
 a { background-color: #27091A; }

 a { background-color: rgb(39,9,26); }

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

<style>
 span { border-color: #27091A; }

 span { border-color: rgb(39,9,26); }

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