Html Css Color HEX #480732 Blackberry

📋 copy color: '#480732'

red 72 ◦ green 7 ◦ blue 50

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

Shades of Blackberry #480732

Tints of Blackberry #480732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 38.76%

R = 55.81%
G = 5.43%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#480732 (or 0x480732) is known color: Blackberry. HEX triplet: 48, 07 and 32. RGB value is (72,7,50). Sum of RGB (Red+Green+Blue) = 72+7+50=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #480732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480732 is #B7F8CD. Grayscale: #1F1F1F. Windows color (decimal): -12056782 or 3278664. OLE color: 3278664.

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

Color convert

RGB 72 7 50 -
CMYK 0 0.90 0.31 0.72
HSL 320.31º 0.82% 0.15% -
HSV(B) 320.31º 0.9% 0.28% -
XYZ 3.32 1.76 3.18 -
YUV 31.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 72 7 50 0 0.90 0.31 0.72 320.31 0.82 0.15
Hex 48 7 32 0 5A 1F 48 140 52 F
Octal 110 7 62 0 132 37 110 500 122 17
Binary 1001000 111 110010 0 1011010 11111 1001000 101000000 1010010 1111

Color Harmonies of #480732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480732

Black with #480732

Text Example


Text Example

White with #480732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480732; }

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

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

background-color css

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

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

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

border-color css

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

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

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