#450026

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

Shades of Blackberry #450026

Tints of Blackberry #450026

Color information

#450026 (or 0x450026) is unknown color: approx Blackberry. HEX triplet: 45, 00 and 26. RGB value is (69,0,38). Sum of RGB (Red+Green+Blue) = 69+0+38=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #450026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450026 is #BAFFD9. Grayscale: #181818. Windows color (decimal): -12255194 or 2490437. OLE color: 2490437.

HSL color Cylindrical-coordinate representation of color #450026: hue angle of 326.96º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450026 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB69038-
CMYK010.450.73
HSL326.96º100%13.53%-
HSV(B)326.96º100%27.06%-
XYZ2.81.411.96-
YUV24.96135.36159.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 64.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 35.51%
R=64.49%
G=0%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69038010.450.73326.9610013.53
Hex450260642D4914764e
Octal10504601445511150714416
Binary1000101010011001100100101101100100110100011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450026; }

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

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

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

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

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

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

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

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