#27051F

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

Shades of Blackberry #27051F

Tints of Blackberry #27051F

Color information

#27051F (or 0x27051F) is unknown color: approx Blackberry. HEX triplet: 27, 05 and 1F. RGB value is (39,5,31). Sum of RGB (Red+Green+Blue) = 39+5+31=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #27051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27051F is #D8FAE0. Grayscale: #121212. Windows color (decimal): -14220001 or 2032935. OLE color: 2032935.

HSL color Cylindrical-coordinate representation of color #27051F: hue angle of 314.12º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27051F is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB39531-
CMYK00.870.210.85
HSL314.12º77.27%8.63%-
HSV(B)314.12º87.18%15.29%-
XYZ1.140.641.36-
YUV18.13135.26142.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52%
GREEN value IS 5 (2.34% from 255) = 6.67%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=52%
G=6.67%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3953100.870.210.85314.1277.278.63
Hex2751F057155513a4d9
Octal4753701272512547211511
Binary100111101111110101011110101101010110011101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27051F; }

 p { color: rgb(39,5,31); }

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

<style>
 a { background-color: #27051F; }

 a { background-color: rgb(39,5,31); }

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

<style>
 span { border-color: #27051F; }

 span { border-color: rgb(39,5,31); }

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