#260615

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

Shades of Blackberry #260615

Tints of Blackberry #260615

Color information

#260615 (or 0x260615) is unknown color: approx Blackberry. HEX triplet: 26, 06 and 15. RGB value is (38,6,21). Sum of RGB (Red+Green+Blue) = 38+6+21=65 (8% of max value = 765). Red value is 38 (15.23% from 255 or 58.46% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 38 - color contains mainly: red. Hex color #260615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260615 is #D9F9EA. Grayscale: #111111. Windows color (decimal): -14285291 or 1377830. OLE color: 1377830.

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

Color convert

RGB38621-
CMYK00.840.450.85
HSL331.88º72.73%8.63%-
HSV(B)331.88º84.21%14.9%-
XYZ10.60.77-
YUV17.28130.1142.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 58.46%
GREEN value IS 6 (2.73% from 255) = 9.23%
BLUE value IS 21 (8.59% from 255) = 32.31%
R=58.46%
G=9.23%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3862100.840.450.85331.8872.738.63
Hex266150542D5514c499
Octal4662501245512551411111
Binary1001101101010101010100101101101010110100110010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260615; }

 p { color: rgb(38,6,21); }

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

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

 a { background-color: rgb(38,6,21); }

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

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

 span { border-color: rgb(38,6,21); }

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