#27081A

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

Shades of Blackberry #27081A

Tints of Blackberry #27081A

Color information

#27081A (or 0x27081A) is unknown color: approx Blackberry. HEX triplet: 27, 08 and 1A. RGB value is (39,8,26). Sum of RGB (Red+Green+Blue) = 39+8+26=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #27081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27081A is #D8F7E5. Grayscale: #131313. Windows color (decimal): -14219238 or 1706023. OLE color: 1706023.

HSL color Cylindrical-coordinate representation of color #27081A: hue angle of 325.16º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27081A is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB39826-
CMYK00.790.330.85
HSL325.16º65.96%9.22%-
HSV(B)325.16º79.49%15.29%-
XYZ1.110.681.05-
YUV19.32131.77142.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 53.42%
GREEN value IS 8 (3.52% from 255) = 10.96%
BLUE value IS 26 (10.55% from 255) = 35.62%
R=53.42%
G=10.96%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3982600.790.330.85325.1665.969.22
Hex2781A04F2155145429
Octal47103201174112550510211
Binary10011110001101001001111100001101010110100010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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