#26061D

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

Shades of Blackberry #26061D

Tints of Blackberry #26061D

Color information

#26061D (or 0x26061D) is unknown color: approx Blackberry. HEX triplet: 26, 06 and 1D. RGB value is (38,6,29). Sum of RGB (Red+Green+Blue) = 38+6+29=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #26061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26061D is #D9F9E2. Grayscale: #121212. Windows color (decimal): -14285283 or 1902118. OLE color: 1902118.

HSL color Cylindrical-coordinate representation of color #26061D: hue angle of 316.88º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26061D is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB38629-
CMYK00.840.240.85
HSL316.88º72.73%8.63%-
HSV(B)316.88º84.21%14.9%-
XYZ1.090.631.23-
YUV18.19134.1142.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 52.05%
GREEN value IS 6 (2.73% from 255) = 8.22%
BLUE value IS 29 (11.72% from 255) = 39.73%
R=52.05%
G=8.22%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3862900.840.240.85316.8872.738.63
Hex2661D054185513d499
Octal4663501243012547511111
Binary100110110111010101010011000101010110011110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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