#45013B

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

Shades of Blackberry #45013B

Tints of Blackberry #45013B

Color information

#45013B (or 0x45013B) is unknown color: approx Blackberry. HEX triplet: 45, 01 and 3B. RGB value is (69,1,59). Sum of RGB (Red+Green+Blue) = 69+1+59=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #45013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45013B is #BAFEC4. Grayscale: #1B1B1B. Windows color (decimal): -12254917 or 3866949. OLE color: 3866949.

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

Color convert

RGB69159-
CMYK00.990.140.73
HSL308.82º97.14%13.73%-
HSV(B)308.82º98.55%27.06%-
XYZ3.251.64.28-
YUV27.94145.53157.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.49%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 59 (23.44% from 255) = 45.74%
R=53.49%
G=0.78%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6915900.990.140.73308.8297.1413.73
Hex4513B063E4913561e
Octal10517301431611146514116
Binary10001011111011011000111110100100110011010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,1,59); }

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

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

 a { background-color: rgb(69,1,59); }

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

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

 span { border-color: rgb(69,1,59); }

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