#481833

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

Shades of Blackberry #481833

Tints of Blackberry #481833

Color information

#481833 (or 0x481833) is unknown color: approx Blackberry. HEX triplet: 48, 18 and 33. RGB value is (72,24,51). Sum of RGB (Red+Green+Blue) = 72+24+51=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #481833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481833 is #B7E7CC. Grayscale: #292929. Windows color (decimal): -12052429 or 3348552. OLE color: 3348552.

HSL color Cylindrical-coordinate representation of color #481833: hue angle of 326.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481833 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB722451-
CMYK00.670.290.72
HSL326.25º50%18.82%-
HSV(B)326.25º66.67%28.24%-
XYZ3.62.273.38-
YUV41.43133.4149.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 51 (20.31% from 255) = 34.69%
R=48.98%
G=16.33%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72245100.670.290.72326.255018.82
Hex4818330431D481463213
Octal11030630103351105066223
Binary1001000110001100110100001111101100100010100011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481833; }

 p { color: rgb(72,24,51); }

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

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

 a { background-color: rgb(72,24,51); }

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

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

 span { border-color: rgb(72,24,51); }

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