#260718

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

Shades of Blackberry #260718

Tints of Blackberry #260718

Color information

#260718 (or 0x260718) is unknown color: approx Blackberry. HEX triplet: 26, 07 and 18. RGB value is (38,7,24). Sum of RGB (Red+Green+Blue) = 38+7+24=69 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.07% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 38 - color contains mainly: red. Hex color #260718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260718 is #D9F8E7. Grayscale: #121212. Windows color (decimal): -14285032 or 1574694. OLE color: 1574694.

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

Color convert

RGB38724-
CMYK00.820.370.85
HSL327.1º68.89%8.82%-
HSV(B)327.1º81.58%14.9%-
XYZ1.040.630.93-
YUV18.21131.27142.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.07%
GREEN value IS 7 (3.12% from 255) = 10.14%
BLUE value IS 24 (9.77% from 255) = 34.78%
R=55.07%
G=10.14%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3872400.820.370.85327.168.898.82
Hex267180522555147459
Octal4673001224512550710511
Binary1001101111100001010010100101101010110100011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260718; }

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

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

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

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

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

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

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

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