#26001A

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

Shades of Blackberry #26001A

Tints of Blackberry #26001A

Color information

#26001A (or 0x26001A) is unknown color: approx Blackberry. HEX triplet: 26, 00 and 1A. RGB value is (38,0,26). Sum of RGB (Red+Green+Blue) = 38+0+26=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #26001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26001A is #D9FFE5. Grayscale: #0E0E0E. Windows color (decimal): -14286822 or 1703974. OLE color: 1703974.

HSL color Cylindrical-coordinate representation of color #26001A: hue angle of 318.95º 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 #26001A is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB38026-
CMYK010.320.85
HSL318.95º100%7.45%-
HSV(B)318.95º100%14.9%-
XYZ0.990.491.02-
YUV14.33134.59144.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 59.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 40.62%
R=59.38%
G=0%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38026010.320.85318.951007.45
Hex2601A064205513f647
Octal460320144401254771447
Binary1001100110100110010010000010101011001111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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