#260519

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

Shades of Blackberry #260519

Tints of Blackberry #260519

Color information

#260519 (or 0x260519) is unknown color: approx Blackberry. HEX triplet: 26, 05 and 19. RGB value is (38,5,25). Sum of RGB (Red+Green+Blue) = 38+5+25=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #260519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260519 is #D9FAE6. Grayscale: #111111. Windows color (decimal): -14285543 or 1639718. OLE color: 1639718.

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

Color convert

RGB38525-
CMYK00.870.340.85
HSL323.64º76.74%8.43%-
HSV(B)323.64º86.84%14.9%-
XYZ1.030.590.98-
YUV17.15132.43142.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.88%
GREEN value IS 5 (2.34% from 255) = 7.35%
BLUE value IS 25 (10.16% from 255) = 36.76%
R=55.88%
G=7.35%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3852500.870.340.85323.6476.748.43
Hex2651905722551444d8
Octal4653101274212550411510
Binary1001101011100101010111100010101010110100010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260519; }

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

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

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

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

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

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

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

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