Html Css Color HEX #481533 Blackberry

📋 copy color: '#481533'

red 72 ◦ green 21 ◦ blue 51

#481533
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #481533

Tints of Blackberry #481533

RGB

 RED value IS 72 (28.52% from 255) = 50%

 GREEN value IS 21 (8.59% from 255) = 14.58%

 BLUE value IS 51 (20.31% from 255) = 35.42%

R = 50%
G = 14.58%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#481533 (or 0x481533) is known color: Blackberry. HEX triplet: 48, 15 and 33. RGB value is (72,21,51). Sum of RGB (Red+Green+Blue) = 72+21+51=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481533 is #B7EACC. Grayscale: #272727. Windows color (decimal): -12053197 or 3347784. OLE color: 3347784.

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

Color convert

RGB 72 21 51 -
CMYK 0 0.71 0.29 0.72
HSL 324.71º 0.55% 0.18% -
HSV(B) 324.71º 0.71% 0.28% -
XYZ 3.54 2.15 3.36 -
YUV 39.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 72 21 51 0 0.71 0.29 0.72 324.71 0.55 0.18
Hex 48 15 33 0 47 1D 48 145 37 12
Octal 110 25 63 0 107 35 110 505 67 22
Binary 1001000 10101 110011 0 1000111 11101 1001000 101000101 110111 10010

Color Harmonies of #481533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481533

Black with #481533

Text Example


Text Example

White with #481533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481533; }

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

 H1.HeaderClassName
 {
   color: #481533;
 }
 .AnyTagClassName
 {
   color: #481533;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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