#451830

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

Shades of Blackberry #451830

Tints of Blackberry #451830

Color information

#451830 (or 0x451830) is unknown color: approx Blackberry. HEX triplet: 45, 18 and 30. RGB value is (69,24,48). Sum of RGB (Red+Green+Blue) = 69+24+48=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #451830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451830 is #BAE7CF. Grayscale: #282828. Windows color (decimal): -12249040 or 3151941. OLE color: 3151941.

HSL color Cylindrical-coordinate representation of color #451830: hue angle of 328º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #451830 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB692448-
CMYK00.650.300.73
HSL328º48.39%18.24%-
HSV(B)328º65.22%27.06%-
XYZ3.312.133.03-
YUV40.19132.41148.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 48 (19.14% from 255) = 34.04%
R=48.94%
G=17.02%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69244800.650.300.7332848.3918.24
Hex4518300411E491483012
Octal10530600101361115106022
Binary1000101110001100000100000111110100100110100100011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451830; }

 p { color: rgb(69,24,48); }

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

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

 a { background-color: rgb(69,24,48); }

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

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

 span { border-color: rgb(69,24,48); }

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