#27071A

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

Shades of Blackberry #27071A

Tints of Blackberry #27071A

Color information

#27071A (or 0x27071A) is unknown color: approx Blackberry. HEX triplet: 27, 07 and 1A. RGB value is (39,7,26). Sum of RGB (Red+Green+Blue) = 39+7+26=72 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.17% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 39 - color contains mainly: red. Hex color #27071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27071A is #D8F8E5. Grayscale: #121212. Windows color (decimal): -14219494 or 1705767. OLE color: 1705767.

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

Color convert

RGB39726-
CMYK00.820.330.85
HSL324.38º69.57%9.02%-
HSV(B)324.38º82.05%15.29%-
XYZ1.10.661.05-
YUV18.73132.1142.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 54.17%
GREEN value IS 7 (3.12% from 255) = 9.72%
BLUE value IS 26 (10.55% from 255) = 36.11%
R=54.17%
G=9.72%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3972600.820.330.85324.3869.579.02
Hex2771A0522155144469
Octal4773201224112550410611
Binary1001111111101001010010100001101010110100010010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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