#26131D

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

Shades of Blackberry #26131D

Tints of Blackberry #26131D

Color information

#26131D (or 0x26131D) is unknown color: approx Blackberry. HEX triplet: 26, 13 and 1D. RGB value is (38,19,29). Sum of RGB (Red+Green+Blue) = 38+19+29=86 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.19% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 38 - color contains mainly: red. Hex color #26131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26131D is #D9ECE2. Grayscale: #191919. Windows color (decimal): -14281955 or 1905446. OLE color: 1905446.

HSL color Cylindrical-coordinate representation of color #26131D: hue angle of 328.42º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #26131D is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB381929-
CMYK00.500.240.85
HSL328.42º33.33%11.18%-
HSV(B)328.42º50%14.9%-
XYZ1.250.971.28-
YUV25.82129.79136.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.19%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=44.19%
G=22.09%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38192900.500.240.85328.4233.3311.18
Hex26131D032185514821b
Octal462335062301255104113
Binary100110100111110101100101100010101011010010001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26131D; }

 p { color: rgb(38,19,29); }

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

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

 a { background-color: rgb(38,19,29); }

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

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

 span { border-color: rgb(38,19,29); }

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