#270C1E

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

Shades of Blackberry #270C1E

Tints of Blackberry #270C1E

Color information

#270C1E (or 0x270C1E) is unknown color: approx Blackberry. HEX triplet: 27, 0C and 1E. RGB value is (39,12,30). Sum of RGB (Red+Green+Blue) = 39+12+30=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 39 - color contains mainly: red. Hex color #270C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C1E is #D8F3E1. Grayscale: #161616. Windows color (decimal): -14218210 or 1969191. OLE color: 1969191.

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

Color convert

RGB391230-
CMYK00.690.230.85
HSL320º52.94%10%-
HSV(B)320º69.23%15.29%-
XYZ1.20.791.32-
YUV22.12132.45140.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 48.15%
GREEN value IS 12 (5.08% from 255) = 14.81%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=48.15%
G=14.81%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39123000.690.230.8532052.9410
Hex27C1E045175514035a
Octal4714360105271255006512
Binary100111110011110010001011011110101011010000001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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