#270016

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

Shades of Blackberry #270016

Tints of Blackberry #270016

Color information

#270016 (or 0x270016) is unknown color: approx Blackberry. HEX triplet: 27, 00 and 16. RGB value is (39,0,22). Sum of RGB (Red+Green+Blue) = 39+0+22=61 (8% of max value = 765). Red value is 39 (15.62% from 255 or 63.93% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 39 - color contains mainly: red. Hex color #270016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270016 is #D8FFE9. Grayscale: #0E0E0E. Windows color (decimal): -14221290 or 1441831. OLE color: 1441831.

HSL color Cylindrical-coordinate representation of color #270016: hue angle of 326.15º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270016 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.85.

Color convert

RGB39022-
CMYK010.440.85
HSL326.15º100%7.65%-
HSV(B)326.15º100%15.29%-
XYZ0.980.490.8-
YUV14.17132.42145.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 63.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 36.07%
R=63.93%
G=0%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39022010.440.85326.151007.65
Hex270160642C55146648
Octal4702601445412550614410
Binary10011101011001100100101100101010110100011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270016; }

 p { color: rgb(39,0,22); }

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

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

 a { background-color: rgb(39,0,22); }

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

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

 span { border-color: rgb(39,0,22); }

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