#451338

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

Shades of Blackberry #451338

Tints of Blackberry #451338

Color information

#451338 (or 0x451338) is unknown color: approx Blackberry. HEX triplet: 45, 13 and 38. RGB value is (69,19,56). Sum of RGB (Red+Green+Blue) = 69+19+56=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #451338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451338 is #BAECC7. Grayscale: #262626. Windows color (decimal): -12250312 or 3674949. OLE color: 3674949.

HSL color Cylindrical-coordinate representation of color #451338: hue angle of 315.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #451338 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB691956-
CMYK00.720.190.73
HSL315.6º56.82%17.25%-
HSV(B)315.6º72.46%27.06%-
XYZ3.42.023.95-
YUV38.17138.06149.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=47.92%
G=13.19%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69195600.720.190.73315.656.8217.25
Hex451338048134913c3911
Octal10523700110231114747121
Binary1000101100111110000100100010011100100110011110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451338; }

 p { color: rgb(69,19,56); }

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

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

 a { background-color: rgb(69,19,56); }

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

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

 span { border-color: rgb(69,19,56); }

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