#260816

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

Shades of Blackberry #260816

Tints of Blackberry #260816

Color information

#260816 (or 0x260816) is unknown color: approx Blackberry. HEX triplet: 26, 08 and 16. RGB value is (38,8,22). Sum of RGB (Red+Green+Blue) = 38+8+22=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #260816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260816 is #D9F7E9. Grayscale: #121212. Windows color (decimal): -14284778 or 1443878. OLE color: 1443878.

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

Color convert

RGB38822-
CMYK00.790.420.85
HSL332º65.22%9.02%-
HSV(B)332º78.95%14.9%-
XYZ1.030.640.83-
YUV18.57129.94141.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.88%
GREEN value IS 8 (3.52% from 255) = 11.76%
BLUE value IS 22 (8.98% from 255) = 32.35%
R=55.88%
G=11.76%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3882200.790.420.8533265.229.02
Hex2681604F2A5514c419
Octal46102601175212551410111
Binary10011010001011001001111101010101010110100110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260816; }

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

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

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

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

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

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

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

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