#27011A

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

Shades of Blackberry #27011A

Tints of Blackberry #27011A

Color information

#27011A (or 0x27011A) is unknown color: approx Blackberry. HEX triplet: 27, 01 and 1A. RGB value is (39,1,26). Sum of RGB (Red+Green+Blue) = 39+1+26=66 (8% of max value = 765). Red value is 39 (15.62% from 255 or 59.09% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 39 - color contains mainly: red. Hex color #27011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27011A is #D8FEE5. Grayscale: #0F0F0F. Windows color (decimal): -14221030 or 1704231. OLE color: 1704231.

HSL color Cylindrical-coordinate representation of color #27011A: hue angle of 320.53º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #27011A is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB39126-
CMYK00.970.330.85
HSL320.53º95%7.84%-
HSV(B)320.53º97.44%15.29%-
XYZ1.030.531.02-
YUV15.21134.09144.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 59.09%
GREEN value IS 1 (0.78% from 255) = 1.52%
BLUE value IS 26 (10.55% from 255) = 39.39%
R=59.09%
G=1.52%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3912600.970.330.85320.53957.84
Hex2711A06121551415f8
Octal4713201414112550113710
Binary10011111101001100001100001101010110100000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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