#27071B

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

Shades of Blackberry #27071B

Tints of Blackberry #27071B

Color information

#27071B (or 0x27071B) is unknown color: approx Blackberry. HEX triplet: 27, 07 and 1B. RGB value is (39,7,27). Sum of RGB (Red+Green+Blue) = 39+7+27=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #27071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27071B is #D8F8E4. Grayscale: #121212. Windows color (decimal): -14219493 or 1771303. OLE color: 1771303.

HSL color Cylindrical-coordinate representation of color #27071B: hue angle of 322.5º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27071B is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB39727-
CMYK00.820.310.85
HSL322.5º69.57%9.02%-
HSV(B)322.5º82.05%15.29%-
XYZ1.110.661.11-
YUV18.85132.6142.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 53.42%
GREEN value IS 7 (3.12% from 255) = 9.59%
BLUE value IS 27 (10.94% from 255) = 36.99%
R=53.42%
G=9.59%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3972700.820.310.85322.569.579.02
Hex2771B0521F55142469
Octal4773301223712550210611
Binary100111111110110101001011111101010110100001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27071B; }

 p { color: rgb(39,7,27); }

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

<style>
 a { background-color: #27071B; }

 a { background-color: rgb(39,7,27); }

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

<style>
 span { border-color: #27071B; }

 span { border-color: rgb(39,7,27); }

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