Html Css Color HEX #480735 Blackberry

📋 copy color: '#480735'

red 72 ◦ green 7 ◦ blue 53

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

Shades of Blackberry #480735

Tints of Blackberry #480735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 40.15%

R = 54.55%
G = 5.3%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#480735 (or 0x480735) is known color: Blackberry. HEX triplet: 48, 07 and 35. RGB value is (72,7,53). Sum of RGB (Red+Green+Blue) = 72+7+53=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #480735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480735 is #B7F8CA. Grayscale: #1F1F1F. Windows color (decimal): -12056779 or 3475272. OLE color: 3475272.

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

Color convert

RGB 72 7 53 -
CMYK 0 0.90 0.26 0.72
HSL 317.54º 0.82% 0.15% -
HSV(B) 317.54º 0.9% 0.28% -
XYZ 3.39 1.79 3.53 -
YUV 31.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 72 7 53 0 0.90 0.26 0.72 317.54 0.82 0.15
Hex 48 7 35 0 5A 1A 48 13E 52 F
Octal 110 7 65 0 132 32 110 476 122 17
Binary 1001000 111 110101 0 1011010 11010 1001000 100111110 1010010 1111

Color Harmonies of #480735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480735

Black with #480735

Text Example


Text Example

White with #480735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480735; }

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

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

background-color css

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

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

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

border-color css

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

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

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