Html Css Color HEX #480828 Blackberry

📋 copy color: '#480828'

red 72 ◦ green 8 ◦ blue 40

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

Shades of Blackberry #480828

Tints of Blackberry #480828

RGB

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

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

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

R = 60%
G = 6.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#480828 (or 0x480828) is known color: Blackberry. HEX triplet: 48, 08 and 28. RGB value is (72,8,40). Sum of RGB (Red+Green+Blue) = 72+8+40=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #480828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480828 is #B7F7D7. Grayscale: #1E1E1E. Windows color (decimal): -12056536 or 2623560. OLE color: 2623560.

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

Color convert

RGB 72 8 40 -
CMYK 0 0.89 0.44 0.72
HSL 330º 0.8% 0.16% -
HSV(B) 330º 0.89% 0.28% -
XYZ 3.14 1.7 2.17 -
YUV 30.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 72 8 40 0 0.89 0.44 0.72 330 0.8 0.16
Hex 48 8 28 0 59 2C 48 14A 50 10
Octal 110 10 50 0 131 54 110 512 120 20
Binary 1001000 1000 101000 0 1011001 101100 1001000 101001010 1010000 10000

Color Harmonies of #480828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480828

Black with #480828

Text Example


Text Example

White with #480828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480828; }

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

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

background-color css

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

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

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

border-color css

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

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

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