Html Css Color HEX #480731 Blackberry

📋 copy color: '#480731'

red 72 ◦ green 7 ◦ blue 49

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

Shades of Blackberry #480731

Tints of Blackberry #480731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.47%

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

R = 56.25%
G = 5.47%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#480731 (or 0x480731) is known color: Blackberry. HEX triplet: 48, 07 and 31. RGB value is (72,7,49). Sum of RGB (Red+Green+Blue) = 72+7+49=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #480731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480731 is #B7F8CE. Grayscale: #1F1F1F. Windows color (decimal): -12056783 or 3213128. OLE color: 3213128.

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

Color convert

RGB 72 7 49 -
CMYK 0 0.90 0.32 0.72
HSL 321.23º 0.82% 0.15% -
HSV(B) 321.23º 0.9% 0.28% -
XYZ 3.3 1.75 3.07 -
YUV 31.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 72 7 49 0 0.90 0.32 0.72 321.23 0.82 0.15
Hex 48 7 31 0 5A 20 48 141 52 F
Octal 110 7 61 0 132 40 110 501 122 17
Binary 1001000 111 110001 0 1011010 100000 1001000 101000001 1010010 1111

Color Harmonies of #480731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480731

Black with #480731

Text Example


Text Example

White with #480731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480731; }

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

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

background-color css

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

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

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

border-color css

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

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

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