#270D1A

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

Shades of Blackberry #270D1A

Tints of Blackberry #270D1A

Color information

#270D1A (or 0x270D1A) is unknown color: approx Blackberry. HEX triplet: 27, 0D and 1A. RGB value is (39,13,26). Sum of RGB (Red+Green+Blue) = 39+13+26=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #270D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D1A is #D8F2E5. Grayscale: #161616. Windows color (decimal): -14217958 or 1707303. OLE color: 1707303.

HSL color Cylindrical-coordinate representation of color #270D1A: hue angle of 330º 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 #270D1A is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB391326-
CMYK00.670.330.85
HSL330º50%10.2%-
HSV(B)330º66.67%15.29%-
XYZ1.170.791.07-
YUV22.26130.11139.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 16.67%
BLUE value IS 26 (10.55% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39132600.670.330.853305010.2
Hex27D1A043215514a32a
Octal4715320103411255126212
Binary1001111101110100100001110000110101011010010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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