#27041D

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

Shades of Blackberry #27041D

Tints of Blackberry #27041D

Color information

#27041D (or 0x27041D) is unknown color: approx Blackberry. HEX triplet: 27, 04 and 1D. RGB value is (39,4,29). Sum of RGB (Red+Green+Blue) = 39+4+29=72 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.17% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 39 - color contains mainly: red. Hex color #27041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27041D is #D8FBE2. Grayscale: #111111. Windows color (decimal): -14220259 or 1901607. OLE color: 1901607.

HSL color Cylindrical-coordinate representation of color #27041D: hue angle of 317.14º 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 #27041D is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB39429-
CMYK00.900.260.85
HSL317.14º81.4%8.43%-
HSV(B)317.14º89.74%15.29%-
XYZ1.10.611.22-
YUV17.32134.6143.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 54.17%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 29 (11.72% from 255) = 40.28%
R=54.17%
G=5.56%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3942900.900.260.85317.1481.48.43
Hex2741D05A1A5513d518
Octal4743501323212547512110
Binary100111100111010101101011010101010110011110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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