#27071E

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

Shades of Blackberry #27071E

Tints of Blackberry #27071E

Color information

#27071E (or 0x27071E) is unknown color: approx Blackberry. HEX triplet: 27, 07 and 1E. RGB value is (39,7,30). Sum of RGB (Red+Green+Blue) = 39+7+30=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #27071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27071E is #D8F8E1. Grayscale: #131313. Windows color (decimal): -14219490 or 1967911. OLE color: 1967911.

HSL color Cylindrical-coordinate representation of color #27071E: hue angle of 316.88º 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 #27071E is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB39730-
CMYK00.820.230.85
HSL316.88º69.57%9.02%-
HSV(B)316.88º82.05%15.29%-
XYZ1.150.681.3-
YUV19.19134.1142.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 30 (12.11% from 255) = 39.47%
R=51.32%
G=9.21%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3973000.820.230.85316.8869.579.02
Hex2771E052175513d469
Octal4773601222712547510611
Binary100111111111100101001010111101010110011110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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