#260616

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

Shades of Blackberry #260616

Tints of Blackberry #260616

Color information

#260616 (or 0x260616) is unknown color: approx Blackberry. HEX triplet: 26, 06 and 16. RGB value is (38,6,22). Sum of RGB (Red+Green+Blue) = 38+6+22=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #260616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260616 is #D9F9E9. Grayscale: #111111. Windows color (decimal): -14285290 or 1443366. OLE color: 1443366.

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

Color convert

RGB38622-
CMYK00.840.420.85
HSL330º72.73%8.63%-
HSV(B)330º84.21%14.9%-
XYZ1.010.60.82-
YUV17.39130.6142.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 57.58%
GREEN value IS 6 (2.73% from 255) = 9.09%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=57.58%
G=9.09%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3862200.840.420.8533072.738.63
Hex266160542A5514a499
Octal4662601245212551211111
Binary1001101101011001010100101010101010110100101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260616; }

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

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

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

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

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

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

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

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