#27041A

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

Shades of Blackberry #27041A

Tints of Blackberry #27041A

Color information

#27041A (or 0x27041A) is unknown color: approx Blackberry. HEX triplet: 27, 04 and 1A. RGB value is (39,4,26). Sum of RGB (Red+Green+Blue) = 39+4+26=69 (9% of max value = 765). Red value is 39 (15.62% from 255 or 56.52% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 39 - color contains mainly: red. Hex color #27041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27041A is #D8FBE5. Grayscale: #101010. Windows color (decimal): -14220262 or 1704999. OLE color: 1704999.

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

Color convert

RGB39426-
CMYK00.900.330.85
HSL322.29º81.4%8.43%-
HSV(B)322.29º89.74%15.29%-
XYZ1.070.591.04-
YUV16.97133.1143.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 56.52%
GREEN value IS 4 (1.95% from 255) = 5.80%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=56.52%
G=5.80%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3942600.900.330.85322.2981.48.43
Hex2741A05A2155142518
Octal4743201324112550212110
Binary1001111001101001011010100001101010110100001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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