#26001D

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

Shades of Blackberry #26001D

Tints of Blackberry #26001D

Color information

#26001D (or 0x26001D) is unknown color: approx Blackberry. HEX triplet: 26, 00 and 1D. RGB value is (38,0,29). Sum of RGB (Red+Green+Blue) = 38+0+29=67 (8% of max value = 765). Red value is 38 (15.23% from 255 or 56.72% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 38 - color contains mainly: red. Hex color #26001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26001D is #D9FFE2. Grayscale: #0E0E0E. Windows color (decimal): -14286819 or 1900582. OLE color: 1900582.

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

Color convert

RGB38029-
CMYK010.240.85
HSL314.21º100%7.45%-
HSV(B)314.21º100%14.9%-
XYZ1.020.51.21-
YUV14.67136.09144.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 56.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 43.28%
R=56.72%
G=0%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38029010.240.85314.211007.45
Hex2601D064185513a647
Octal460350144301254721447
Binary100110011101011001001100010101011001110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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