#260819

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

Shades of Blackberry #260819

Tints of Blackberry #260819

Color information

#260819 (or 0x260819) is unknown color: approx Blackberry. HEX triplet: 26, 08 and 19. RGB value is (38,8,25). Sum of RGB (Red+Green+Blue) = 38+8+25=71 (9% of max value = 765). Red value is 38 (15.23% from 255 or 53.52% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 38 - color contains mainly: red. Hex color #260819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260819 is #D9F7E6. Grayscale: #121212. Windows color (decimal): -14284775 or 1640486. OLE color: 1640486.

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

Color convert

RGB38825-
CMYK00.790.340.85
HSL326º65.22%9.02%-
HSV(B)326º78.95%14.9%-
XYZ1.060.660.99-
YUV18.91131.44141.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 53.52%
GREEN value IS 8 (3.52% from 255) = 11.27%
BLUE value IS 25 (10.16% from 255) = 35.21%
R=53.52%
G=11.27%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3882500.790.340.8532665.229.02
Hex2681904F2255146419
Octal46103101174212550610111
Binary10011010001100101001111100010101010110100011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260819; }

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

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

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

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

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

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

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

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