Html Css Color HEX #481531 Blackberry

📋 copy color: '#481531'

red 72 ◦ green 21 ◦ blue 49

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

Shades of Blackberry #481531

Tints of Blackberry #481531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 34.51%

R = 50.7%
G = 14.79%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#481531 (or 0x481531) is known color: Blackberry. HEX triplet: 48, 15 and 31. RGB value is (72,21,49). Sum of RGB (Red+Green+Blue) = 72+21+49=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #481531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481531 is #B7EACE. Grayscale: #272727. Windows color (decimal): -12053199 or 3216712. OLE color: 3216712.

HSL color Cylindrical-coordinate representation of color #481531: hue angle of 327.06º 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 #481531 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 21 49 -
CMYK 0 0.71 0.32 0.72
HSL 327.06º 0.55% 0.18% -
HSV(B) 327.06º 0.71% 0.28% -
XYZ 3.5 2.14 3.13 -
YUV 39.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 72 21 49 0 0.71 0.32 0.72 327.06 0.55 0.18
Hex 48 15 31 0 47 20 48 147 37 12
Octal 110 25 61 0 107 40 110 507 67 22
Binary 1001000 10101 110001 0 1000111 100000 1001000 101000111 110111 10010

Color Harmonies of #481531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481531

Black with #481531

Text Example


Text Example

White with #481531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481531; }

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

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

background-color css

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

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

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

border-color css

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

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

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