#260D1A

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

Shades of Blackberry #260D1A

Tints of Blackberry #260D1A

Color information

#260D1A (or 0x260D1A) is unknown color: approx Blackberry. HEX triplet: 26, 0D and 1A. RGB value is (38,13,26). Sum of RGB (Red+Green+Blue) = 38+13+26=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #260D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D1A is #D9F2E5. Grayscale: #151515. Windows color (decimal): -14283494 or 1707302. OLE color: 1707302.

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

Color convert

RGB381326-
CMYK00.660.320.85
HSL328.8º49.02%10%-
HSV(B)328.8º65.79%14.9%-
XYZ1.130.771.07-
YUV21.96130.28139.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 49.35%
GREEN value IS 13 (5.47% from 255) = 16.88%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=49.35%
G=16.88%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38132600.660.320.85328.849.0210
Hex26D1A042205514931a
Octal4615320102401255116112
Binary1001101101110100100001010000010101011010010011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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