#260F1B

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

Shades of Blackberry #260F1B

Tints of Blackberry #260F1B

Color information

#260F1B (or 0x260F1B) is unknown color: approx Blackberry. HEX triplet: 26, 0F and 1B. RGB value is (38,15,27). Sum of RGB (Red+Green+Blue) = 38+15+27=80 (10% of max value = 765). Red value is 38 (15.23% from 255 or 47.5% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 38 - color contains mainly: red. Hex color #260F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F1B is #D9F0E4. Grayscale: #171717. Windows color (decimal): -14282981 or 1773350. OLE color: 1773350.

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

Color convert

RGB381527-
CMYK00.610.290.85
HSL328.7º43.4%10.39%-
HSV(B)328.7º60.53%14.9%-
XYZ1.170.831.14-
YUV23.24130.12138.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 47.5%
GREEN value IS 15 (6.25% from 255) = 18.75%
BLUE value IS 27 (10.94% from 255) = 33.75%
R=47.5%
G=18.75%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38152700.610.290.85328.743.410.39
Hex26F1B03D1D551492ba
Octal461733075351255115312
Binary10011011111101101111011110110101011010010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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