#270014

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

Shades of Blackberry #270014

Tints of Blackberry #270014

Color information

#270014 (or 0x270014) is unknown color: approx Blackberry. HEX triplet: 27, 00 and 14. RGB value is (39,0,20). Sum of RGB (Red+Green+Blue) = 39+0+20=59 (7% of max value = 765). Red value is 39 (15.62% from 255 or 66.10% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 39 - color contains mainly: red. Hex color #270014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270014 is #D8FFEB. Grayscale: #0D0D0D. Windows color (decimal): -14221292 or 1310759. OLE color: 1310759.

HSL color Cylindrical-coordinate representation of color #270014: hue angle of 329.23º 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 #270014 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB39020-
CMYK010.490.85
HSL329.23º100%7.65%-
HSV(B)329.23º100%15.29%-
XYZ0.960.480.7-
YUV13.94131.42145.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 66.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 33.90%
R=66.10%
G=0%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39020010.490.85329.231007.65
Hex270140643155149648
Octal4702401446112551114410
Binary10011101010001100100110001101010110100100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270014; }

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

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

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

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

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

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

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

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