Html Css Color HEX #480728 Blackberry

📋 copy color: '#480728'

red 72 ◦ green 7 ◦ blue 40

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

Shades of Blackberry #480728

Tints of Blackberry #480728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 33.61%

R = 60.5%
G = 5.88%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#480728 (or 0x480728) is known color: Blackberry. HEX triplet: 48, 07 and 28. RGB value is (72,7,40). Sum of RGB (Red+Green+Blue) = 72+7+40=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #480728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480728 is #B7F8D7. Grayscale: #1E1E1E. Windows color (decimal): -12056792 or 2623304. OLE color: 2623304.

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

Color convert

RGB 72 7 40 -
CMYK 0 0.90 0.44 0.72
HSL 329.54º 0.82% 0.15% -
HSV(B) 329.54º 0.9% 0.28% -
XYZ 3.13 1.68 2.17 -
YUV 30.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 72 7 40 0 0.90 0.44 0.72 329.54 0.82 0.15
Hex 48 7 28 0 5A 2C 48 14A 52 F
Octal 110 7 50 0 132 54 110 512 122 17
Binary 1001000 111 101000 0 1011010 101100 1001000 101001010 1010010 1111

Color Harmonies of #480728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480728

Black with #480728

Text Example


Text Example

White with #480728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480728; }

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

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

background-color css

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

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

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

border-color css

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

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

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