#260717

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

Shades of Blackberry #260717

Tints of Blackberry #260717

Color information

#260717 (or 0x260717) is unknown color: approx Blackberry. HEX triplet: 26, 07 and 17. RGB value is (38,7,23). Sum of RGB (Red+Green+Blue) = 38+7+23=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #260717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260717 is #D9F8E8. Grayscale: #121212. Windows color (decimal): -14285033 or 1509158. OLE color: 1509158.

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

Color convert

RGB38723-
CMYK00.820.390.85
HSL329.03º68.89%8.82%-
HSV(B)329.03º81.58%14.9%-
XYZ1.030.630.88-
YUV18.09130.77142.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.88%
GREEN value IS 7 (3.12% from 255) = 10.29%
BLUE value IS 23 (9.38% from 255) = 33.82%
R=55.88%
G=10.29%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3872300.820.390.85329.0368.898.82
Hex267170522755149459
Octal4672701224712551110511
Binary1001101111011101010010100111101010110100100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260717; }

 p { color: rgb(38,7,23); }

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

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

 a { background-color: rgb(38,7,23); }

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

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

 span { border-color: rgb(38,7,23); }

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