#27091D

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

Shades of Blackberry #27091D

Tints of Blackberry #27091D

Color information

#27091D (or 0x27091D) is unknown color: approx Blackberry. HEX triplet: 27, 09 and 1D. RGB value is (39,9,29). Sum of RGB (Red+Green+Blue) = 39+9+29=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #27091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27091D is #D8F6E2. Grayscale: #141414. Windows color (decimal): -14218979 or 1902887. OLE color: 1902887.

HSL color Cylindrical-coordinate representation of color #27091D: hue angle of 320º 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 #27091D is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB39929-
CMYK00.770.260.85
HSL320º62.5%9.41%-
HSV(B)320º76.92%15.29%-
XYZ1.160.721.24-
YUV20.25132.94141.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50.65%
GREEN value IS 9 (3.91% from 255) = 11.69%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=50.65%
G=11.69%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3992900.770.260.8532062.59.41
Hex2791D04D1A551403e9
Octal4711350115321255007611
Binary100111100111101010011011101010101011010000001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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