Html Css Color HEX #480830 Blackberry

📋 copy color: '#480830'

red 72 ◦ green 8 ◦ blue 48

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

Shades of Blackberry #480830

Tints of Blackberry #480830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 37.5%

R = 56.25%
G = 6.25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#480830 (or 0x480830) is known color: Blackberry. HEX triplet: 48, 08 and 30. RGB value is (72,8,48). Sum of RGB (Red+Green+Blue) = 72+8+48=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #480830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480830 is #B7F7CF. Grayscale: #1F1F1F. Windows color (decimal): -12056528 or 3147848. OLE color: 3147848.

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

Color convert

RGB 72 8 48 -
CMYK 0 0.89 0.33 0.72
HSL 322.5º 0.8% 0.16% -
HSV(B) 322.5º 0.89% 0.28% -
XYZ 3.29 1.76 2.96 -
YUV 31.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 72 8 48 0 0.89 0.33 0.72 322.5 0.8 0.16
Hex 48 8 30 0 59 21 48 142 50 10
Octal 110 10 60 0 131 41 110 502 120 20
Binary 1001000 1000 110000 0 1011001 100001 1001000 101000010 1010000 10000

Color Harmonies of #480830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480830

Black with #480830

Text Example


Text Example

White with #480830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480830; }

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

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

background-color css

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

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

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

border-color css

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

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

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