#26041B

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

Shades of Blackberry #26041B

Tints of Blackberry #26041B

Color information

#26041B (or 0x26041B) is unknown color: approx Blackberry. HEX triplet: 26, 04 and 1B. RGB value is (38,4,27). Sum of RGB (Red+Green+Blue) = 38+4+27=69 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.07% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 38 - color contains mainly: red. Hex color #26041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26041B is #D9FBE4. Grayscale: #101010. Windows color (decimal): -14285797 or 1770534. OLE color: 1770534.

HSL color Cylindrical-coordinate representation of color #26041B: hue angle of 319.41º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #26041B is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.85.

Color convert

RGB38427-
CMYK00.890.290.85
HSL319.41º80.95%8.24%-
HSV(B)319.41º89.47%14.9%-
XYZ1.040.581.09-
YUV16.79133.76143.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.07%
GREEN value IS 4 (1.95% from 255) = 5.80%
BLUE value IS 27 (10.94% from 255) = 39.13%
R=55.07%
G=5.80%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3842700.890.290.85319.4180.958.24
Hex2641B0591D5513f518
Octal4643301313512547712110
Binary100110100110110101100111101101010110011111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26041B; }

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

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

<style>
 a { background-color: #26041B; }

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

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

<style>
 span { border-color: #26041B; }

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

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