#270319

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

Shades of Blackberry #270319

Tints of Blackberry #270319

Color information

#270319 (or 0x270319) is unknown color: approx Blackberry. HEX triplet: 27, 03 and 19. RGB value is (39,3,25). Sum of RGB (Red+Green+Blue) = 39+3+25=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #270319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270319 is #D8FCE6. Grayscale: #101010. Windows color (decimal): -14220519 or 1639207. OLE color: 1639207.

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

Color convert

RGB39325-
CMYK00.920.360.85
HSL323.33º85.71%8.24%-
HSV(B)323.33º92.31%15.29%-
XYZ1.040.570.97-
YUV16.27132.93144.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 58.21%
GREEN value IS 3 (1.56% from 255) = 4.48%
BLUE value IS 25 (10.16% from 255) = 37.31%
R=58.21%
G=4.48%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3932500.920.360.85323.3385.718.24
Hex2731905C2455143568
Octal4733101344412550312610
Binary100111111100101011100100100101010110100001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270319; }

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

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

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

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

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

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

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

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