Html Css Color HEX #480D31 Blackberry

📋 copy color: '#480D31'

red 72 ◦ green 13 ◦ blue 49

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

Shades of Blackberry #480D31

Tints of Blackberry #480D31

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.7%

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

R = 53.73%
G = 9.7%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#480D31 (or 0x480D31) is known color: Blackberry. HEX triplet: 48, 0D and 31. RGB value is (72,13,49). Sum of RGB (Red+Green+Blue) = 72+13+49=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #480D31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D31 is #B7F2CE. Grayscale: #222222. Windows color (decimal): -12055247 or 3214664. OLE color: 3214664.

HSL color Cylindrical-coordinate representation of color #480D31: hue angle of 323.39º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #480D31 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 13 49 -
CMYK 0 0.82 0.32 0.72
HSL 323.39º 0.69% 0.17% -
HSV(B) 323.39º 0.82% 0.28% -
XYZ 3.37 1.89 3.09 -
YUV 34.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 72 13 49 0 0.82 0.32 0.72 323.39 0.69 0.17
Hex 48 D 31 0 52 20 48 143 45 11
Octal 110 15 61 0 122 40 110 503 105 21
Binary 1001000 1101 110001 0 1010010 100000 1001000 101000011 1000101 10001

Color Harmonies of #480D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480D31

Black with #480D31

Text Example


Text Example

White with #480D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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