#27041B

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

Shades of Blackberry #27041B

Tints of Blackberry #27041B

Color information

#27041B (or 0x27041B) is unknown color: approx Blackberry. HEX triplet: 27, 04 and 1B. RGB value is (39,4,27). Sum of RGB (Red+Green+Blue) = 39+4+27=70 (9% of max value = 765). Red value is 39 (15.62% from 255 or 55.71% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 39 - color contains mainly: red. Hex color #27041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27041B is #D8FBE4. Grayscale: #111111. Windows color (decimal): -14220261 or 1770535. OLE color: 1770535.

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

Color convert

RGB39427-
CMYK00.900.310.85
HSL320.57º81.4%8.43%-
HSV(B)320.57º89.74%15.29%-
XYZ1.080.61.1-
YUV17.09133.6143.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 55.71%
GREEN value IS 4 (1.95% from 255) = 5.71%
BLUE value IS 27 (10.94% from 255) = 38.57%
R=55.71%
G=5.71%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3942700.900.310.85320.5781.48.43
Hex2741B05A1F55141518
Octal4743301323712550112110
Binary100111100110110101101011111101010110100000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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