Html Css Color HEX #480737 Blackberry

📋 copy color: '#480737'

red 72 ◦ green 7 ◦ blue 55

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

Shades of Blackberry #480737

Tints of Blackberry #480737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 41.04%

R = 53.73%
G = 5.22%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#480737 (or 0x480737) is known color: Blackberry. HEX triplet: 48, 07 and 37. RGB value is (72,7,55). Sum of RGB (Red+Green+Blue) = 72+7+55=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #480737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480737 is #B7F8C8. Grayscale: #1F1F1F. Windows color (decimal): -12056777 or 3606344. OLE color: 3606344.

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

Color convert

RGB 72 7 55 -
CMYK 0 0.90 0.24 0.72
HSL 315.69º 0.82% 0.15% -
HSV(B) 315.69º 0.9% 0.28% -
XYZ 3.44 1.81 3.78 -
YUV 31.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 72 7 55 0 0.90 0.24 0.72 315.69 0.82 0.15
Hex 48 7 37 0 5A 18 48 13C 52 F
Octal 110 7 67 0 132 30 110 474 122 17
Binary 1001000 111 110111 0 1011010 11000 1001000 100111100 1010010 1111

Color Harmonies of #480737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480737

Black with #480737

Text Example


Text Example

White with #480737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480737; }

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

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

background-color css

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

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

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

border-color css

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

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

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