Html Css Color HEX #480931 Blackberry

📋 copy color: '#480931'

red 72 ◦ green 9 ◦ blue 49

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

Shades of Blackberry #480931

Tints of Blackberry #480931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.92%

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

R = 55.38%
G = 6.92%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#480931 (or 0x480931) is known color: Blackberry. HEX triplet: 48, 09 and 31. RGB value is (72,9,49). Sum of RGB (Red+Green+Blue) = 72+9+49=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #480931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480931 is #B7F6CE. Grayscale: #202020. Windows color (decimal): -12056271 or 3213640. OLE color: 3213640.

HSL color Cylindrical-coordinate representation of color #480931: hue angle of 321.9º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480931 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 9 49 -
CMYK 0 0.88 0.32 0.72
HSL 321.9º 0.78% 0.16% -
HSV(B) 321.9º 0.88% 0.28% -
XYZ 3.32 1.79 3.08 -
YUV 32.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 72 9 49 0 0.88 0.32 0.72 321.9 0.78 0.16
Hex 48 9 31 0 58 20 48 142 4E 10
Octal 110 11 61 0 130 40 110 502 116 20
Binary 1001000 1001 110001 0 1011000 100000 1001000 101000010 1001110 10000

Color Harmonies of #480931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480931

Black with #480931

Text Example


Text Example

White with #480931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480931; }

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

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

background-color css

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

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

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

border-color css

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

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

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