#27041F

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

Shades of Blackberry #27041F

Tints of Blackberry #27041F

Color information

#27041F (or 0x27041F) is unknown color: approx Blackberry. HEX triplet: 27, 04 and 1F. RGB value is (39,4,31). Sum of RGB (Red+Green+Blue) = 39+4+31=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #27041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27041F is #D8FBE0. Grayscale: #111111. Windows color (decimal): -14220257 or 2032679. OLE color: 2032679.

HSL color Cylindrical-coordinate representation of color #27041F: hue angle of 313.71º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27041F is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB39431-
CMYK00.900.210.85
HSL313.71º81.4%8.43%-
HSV(B)313.71º89.74%15.29%-
XYZ1.130.621.36-
YUV17.54135.6143.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52.70%
GREEN value IS 4 (1.95% from 255) = 5.41%
BLUE value IS 31 (12.5% from 255) = 41.89%
R=52.70%
G=5.41%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3943100.900.210.85313.7181.48.43
Hex2741F05A155513a518
Octal4743701322512547212110
Binary100111100111110101101010101101010110011101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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