#26041D

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

Shades of Blackberry #26041D

Tints of Blackberry #26041D

Color information

#26041D (or 0x26041D) is unknown color: approx Blackberry. HEX triplet: 26, 04 and 1D. RGB value is (38,4,29). Sum of RGB (Red+Green+Blue) = 38+4+29=71 (9% of max value = 765). Red value is 38 (15.23% from 255 or 53.52% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 38 - color contains mainly: red. Hex color #26041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26041D is #D9FBE2. Grayscale: #101010. Windows color (decimal): -14285795 or 1901606. OLE color: 1901606.

HSL color Cylindrical-coordinate representation of color #26041D: hue angle of 315.88º 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 #26041D is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB38429-
CMYK00.890.240.85
HSL315.88º80.95%8.24%-
HSV(B)315.88º89.47%14.9%-
XYZ1.060.591.22-
YUV17.02134.76142.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 53.52%
GREEN value IS 4 (1.95% from 255) = 5.63%
BLUE value IS 29 (11.72% from 255) = 40.85%
R=53.52%
G=5.63%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3842900.890.240.85315.8880.958.24
Hex2641D059185513c518
Octal4643501313012547412110
Binary100110100111010101100111000101010110011110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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