#270D19

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

Shades of Blackberry #270D19

Tints of Blackberry #270D19

Color information

#270D19 (or 0x270D19) is unknown color: approx Blackberry. HEX triplet: 27, 0D and 19. RGB value is (39,13,25). Sum of RGB (Red+Green+Blue) = 39+13+25=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #270D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270D19 is #D8F2E6. Grayscale: #161616. Windows color (decimal): -14217959 or 1641767. OLE color: 1641767.

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

Color convert

RGB391325-
CMYK00.670.360.85
HSL332.31º50%10.2%-
HSV(B)332.31º66.67%15.29%-
XYZ1.160.791.01-
YUV22.14129.61140.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50.65%
GREEN value IS 13 (5.47% from 255) = 16.88%
BLUE value IS 25 (10.16% from 255) = 32.47%
R=50.65%
G=16.88%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39132500.670.360.85332.315010.2
Hex27D19043245514c32a
Octal4715310103441255146212
Binary1001111101110010100001110010010101011010011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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