#27091C

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

Shades of Blackberry #27091C

Tints of Blackberry #27091C

Color information

#27091C (or 0x27091C) is unknown color: approx Blackberry. HEX triplet: 27, 09 and 1C. RGB value is (39,9,28). Sum of RGB (Red+Green+Blue) = 39+9+28=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #27091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27091C is #D8F6E3. Grayscale: #141414. Windows color (decimal): -14218980 or 1837351. OLE color: 1837351.

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

Color convert

RGB39928-
CMYK00.770.280.85
HSL322º62.5%9.41%-
HSV(B)322º76.92%15.29%-
XYZ1.140.711.18-
YUV20.14132.44141.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 9 (3.91% from 255) = 11.84%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=51.32%
G=11.84%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3992800.770.280.8532262.59.41
Hex2791C04D1C551423e9
Octal4711340115341255027611
Binary100111100111100010011011110010101011010000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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