#260917

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

Shades of Blackberry #260917

Tints of Blackberry #260917

Color information

#260917 (or 0x260917) is unknown color: approx Blackberry. HEX triplet: 26, 09 and 17. RGB value is (38,9,23). Sum of RGB (Red+Green+Blue) = 38+9+23=70 (9% of max value = 765). Red value is 38 (15.23% from 255 or 54.29% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 38 - color contains mainly: red. Hex color #260917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260917 is #D9F6E8. Grayscale: #131313. Windows color (decimal): -14284521 or 1509670. OLE color: 1509670.

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

Color convert

RGB38923-
CMYK00.760.390.85
HSL331.03º61.7%9.22%-
HSV(B)331.03º76.32%14.9%-
XYZ1.050.670.88-
YUV19.27130.11141.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 54.29%
GREEN value IS 9 (3.91% from 255) = 12.86%
BLUE value IS 23 (9.38% from 255) = 32.86%
R=54.29%
G=12.86%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3892300.760.390.85331.0361.79.22
Hex2691704C275514b3e9
Octal4611270114471255137611
Binary1001101001101110100110010011110101011010010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260917; }

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

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

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

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

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

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

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

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