#270E1E

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

Shades of Blackberry #270E1E

Tints of Blackberry #270E1E

Color information

#270E1E (or 0x270E1E) is unknown color: approx Blackberry. HEX triplet: 27, 0E and 1E. RGB value is (39,14,30). Sum of RGB (Red+Green+Blue) = 39+14+30=83 (10% of max value = 765). Red value is 39 (15.62% from 255 or 46.99% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 39 - color contains mainly: red. Hex color #270E1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270E1E is #D8F1E1. Grayscale: #171717. Windows color (decimal): -14217698 or 1969703. OLE color: 1969703.

HSL color Cylindrical-coordinate representation of color #270E1E: hue angle of 321.6º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #270E1E is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB391430-
CMYK00.640.230.85
HSL321.6º47.17%10.39%-
HSV(B)321.6º64.1%15.29%-
XYZ1.230.841.33-
YUV23.3131.78139.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.99%
GREEN value IS 14 (5.86% from 255) = 16.87%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=46.99%
G=16.87%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39143000.640.230.85321.647.1710.39
Hex27E1E04017551422fa
Octal4716360100271255025712
Binary100111111011110010000001011110101011010000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270E1E; }

 p { color: rgb(39,14,30); }

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

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

 a { background-color: rgb(39,14,30); }

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

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

 span { border-color: rgb(39,14,30); }

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