#270D1E

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

Shades of Blackberry #270D1E

Tints of Blackberry #270D1E

Color information

#270D1E (or 0x270D1E) is unknown color: approx Blackberry. HEX triplet: 27, 0D and 1E. RGB value is (39,13,30). Sum of RGB (Red+Green+Blue) = 39+13+30=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 39 - color contains mainly: red. Hex color #270D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D1E is #D8F2E1. Grayscale: #161616. Windows color (decimal): -14217954 or 1969447. OLE color: 1969447.

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

Color convert

RGB391330-
CMYK00.670.230.85
HSL320.77º50%10.2%-
HSV(B)320.77º66.67%15.29%-
XYZ1.210.811.32-
YUV22.71132.11139.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 47.56%
GREEN value IS 13 (5.47% from 255) = 15.85%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=47.56%
G=15.85%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39133000.670.230.85320.775010.2
Hex27D1E043175514132a
Octal4715360103271255016212
Binary100111110111110010000111011110101011010000011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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