Html Css Color HEX #480829 Blackberry

📋 copy color: '#480829'

red 72 ◦ green 8 ◦ blue 41

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

Shades of Blackberry #480829

Tints of Blackberry #480829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.61%

 BLUE value IS 41 (16.41% from 255) = 33.88%

R = 59.5%
G = 6.61%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#480829 (or 0x480829) is known color: Blackberry. HEX triplet: 48, 08 and 29. RGB value is (72,8,41). Sum of RGB (Red+Green+Blue) = 72+8+41=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #480829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480829 is #B7F7D6. Grayscale: #1E1E1E. Windows color (decimal): -12056535 or 2689096. OLE color: 2689096.

HSL color Cylindrical-coordinate representation of color #480829: hue angle of 329.06º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480829 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 8 41 -
CMYK 0 0.89 0.43 0.72
HSL 329.06º 0.8% 0.16% -
HSV(B) 329.06º 0.89% 0.28% -
XYZ 3.16 1.71 2.26 -
YUV 30.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 72 8 41 0 0.89 0.43 0.72 329.06 0.8 0.16
Hex 48 8 29 0 59 2B 48 149 50 10
Octal 110 10 51 0 131 53 110 511 120 20
Binary 1001000 1000 101001 0 1011001 101011 1001000 101001001 1010000 10000

Color Harmonies of #480829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480829

Black with #480829

Text Example


Text Example

White with #480829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480829; }

 p { color: rgb(72,8,41); }

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

background-color css

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

 a { background-color: rgb(72,8,41); }

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

border-color css

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

 span { border-color: rgb(72,8,41); }

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