#26011D

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

Shades of Blackberry #26011D

Tints of Blackberry #26011D

Color information

#26011D (or 0x26011D) is unknown color: approx Blackberry. HEX triplet: 26, 01 and 1D. RGB value is (38,1,29). Sum of RGB (Red+Green+Blue) = 38+1+29=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #26011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26011D is #D9FEE2. Grayscale: #0F0F0F. Windows color (decimal): -14286563 or 1900838. OLE color: 1900838.

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

Color convert

RGB38129-
CMYK00.970.240.85
HSL314.59º94.87%7.65%-
HSV(B)314.59º97.37%14.9%-
XYZ1.030.521.21-
YUV15.26135.76144.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.88%
GREEN value IS 1 (0.78% from 255) = 1.47%
BLUE value IS 29 (11.72% from 255) = 42.65%
R=55.88%
G=1.47%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3812900.970.240.85314.5994.877.65
Hex2611D061185513b5f8
Octal4613501413012547313710
Binary1001101111010110000111000101010110011101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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