#26011B

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

Shades of Blackberry #26011B

Tints of Blackberry #26011B

Color information

#26011B (or 0x26011B) is unknown color: approx Blackberry. HEX triplet: 26, 01 and 1B. RGB value is (38,1,27). Sum of RGB (Red+Green+Blue) = 38+1+27=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #26011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26011B is #D9FEE4. Grayscale: #0E0E0E. Windows color (decimal): -14286565 or 1769766. OLE color: 1769766.

HSL color Cylindrical-coordinate representation of color #26011B: hue angle of 317.84º 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 #26011B is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.85.

Color convert

RGB38127-
CMYK00.970.290.85
HSL317.84º94.87%7.65%-
HSV(B)317.84º97.37%14.9%-
XYZ1.010.511.08-
YUV15.03134.76144.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 57.58%
GREEN value IS 1 (0.78% from 255) = 1.52%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=57.58%
G=1.52%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3812700.970.290.85317.8494.877.65
Hex2611B0611D5513e5f8
Octal4613301413512547613710
Binary1001101110110110000111101101010110011111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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