#270719

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

Shades of Blackberry #270719

Tints of Blackberry #270719

Color information

#270719 (or 0x270719) is unknown color: approx Blackberry. HEX triplet: 27, 07 and 19. RGB value is (39,7,25). Sum of RGB (Red+Green+Blue) = 39+7+25=71 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.93% from 71); Green value is 7 (3.12% from 255 or 9.86% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 39 - color contains mainly: red. Hex color #270719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270719 is #D8F8E6. Grayscale: #121212. Windows color (decimal): -14219495 or 1640231. OLE color: 1640231.

HSL color Cylindrical-coordinate representation of color #270719: hue angle of 326.25º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #270719 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.85.

Color convert

RGB39725-
CMYK00.820.360.85
HSL326.25º69.57%9.02%-
HSV(B)326.25º82.05%15.29%-
XYZ1.090.650.99-
YUV18.62131.6142.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 54.93%
GREEN value IS 7 (3.12% from 255) = 9.86%
BLUE value IS 25 (10.16% from 255) = 35.21%
R=54.93%
G=9.86%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3972500.820.360.85326.2569.579.02
Hex277190522455146469
Octal4773101224412550610611
Binary1001111111100101010010100100101010110100011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270719; }

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

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

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

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

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

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

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

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