#260B1A

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

Shades of Blackberry #260B1A

Tints of Blackberry #260B1A

Color information

#260B1A (or 0x260B1A) is unknown color: approx Blackberry. HEX triplet: 26, 0B and 1A. RGB value is (38,11,26). Sum of RGB (Red+Green+Blue) = 38+11+26=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #260B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B1A is #D9F4E5. Grayscale: #141414. Windows color (decimal): -14284006 or 1706790. OLE color: 1706790.

HSL color Cylindrical-coordinate representation of color #260B1A: hue angle of 326.67º 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 #260B1A is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB381126-
CMYK00.710.320.85
HSL326.67º55.1%9.61%-
HSV(B)326.67º71.05%14.9%-
XYZ1.110.731.06-
YUV20.78130.95140.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50.67%
GREEN value IS 11 (4.69% from 255) = 14.67%
BLUE value IS 26 (10.55% from 255) = 34.67%
R=50.67%
G=14.67%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38112600.710.320.85326.6755.19.61
Hex26B1A047205514737a
Octal4613320107401255076712
Binary1001101011110100100011110000010101011010001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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