#260B1B

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

Shades of Blackberry #260B1B

Tints of Blackberry #260B1B

Color information

#260B1B (or 0x260B1B) is unknown color: approx Blackberry. HEX triplet: 26, 0B and 1B. RGB value is (38,11,27). Sum of RGB (Red+Green+Blue) = 38+11+27=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #260B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B1B is #D9F4E4. Grayscale: #141414. Windows color (decimal): -14284005 or 1772326. OLE color: 1772326.

HSL color Cylindrical-coordinate representation of color #260B1B: hue angle of 324.44º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #260B1B is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.85.

Color convert

RGB381127-
CMYK00.710.290.85
HSL324.44º55.1%9.61%-
HSV(B)324.44º71.05%14.9%-
XYZ1.120.731.12-
YUV20.9131.45140.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 14.47%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=50%
G=14.47%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38112700.710.290.85324.4455.19.61
Hex26B1B0471D5514437a
Octal4613330107351255046712
Binary100110101111011010001111110110101011010001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260B1B; }

 p { color: rgb(38,11,27); }

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

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

 a { background-color: rgb(38,11,27); }

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

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

 span { border-color: rgb(38,11,27); }

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