#27011B

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

Shades of Blackberry #27011B

Tints of Blackberry #27011B

Color information

#27011B (or 0x27011B) is unknown color: approx Blackberry. HEX triplet: 27, 01 and 1B. RGB value is (39,1,27). Sum of RGB (Red+Green+Blue) = 39+1+27=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #27011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27011B is #D8FEE4. Grayscale: #0F0F0F. Windows color (decimal): -14221029 or 1769767. OLE color: 1769767.

HSL color Cylindrical-coordinate representation of color #27011B: hue angle of 318.95º 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 #27011B is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB39127-
CMYK00.970.310.85
HSL318.95º95%7.84%-
HSV(B)318.95º97.44%15.29%-
XYZ1.050.531.08-
YUV15.33134.59144.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 58.21%
GREEN value IS 1 (0.78% from 255) = 1.49%
BLUE value IS 27 (10.94% from 255) = 40.30%
R=58.21%
G=1.49%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3912700.970.310.85318.95957.84
Hex2711B0611F5513f5f8
Octal4713301413712547713710
Binary1001111110110110000111111101010110011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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