Html Css Color HEX #480530 Blackberry

📋 copy color: '#480530'

red 72 ◦ green 5 ◦ blue 48

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

Shades of Blackberry #480530

Tints of Blackberry #480530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4%

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

R = 57.6%
G = 4%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#480530 (or 0x480530) is known color: Blackberry. HEX triplet: 48, 05 and 30. RGB value is (72,5,48). Sum of RGB (Red+Green+Blue) = 72+5+48=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #480530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480530 is #B7FACF. Grayscale: #1D1D1D. Windows color (decimal): -12057296 or 3147080. OLE color: 3147080.

HSL color Cylindrical-coordinate representation of color #480530: hue angle of 321.49º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480530 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 5 48 -
CMYK 0 0.93 0.33 0.72
HSL 321.49º 0.87% 0.15% -
HSV(B) 321.49º 0.93% 0.28% -
XYZ 3.26 1.7 2.95 -
YUV 29.94 138.2 158 -
System Red Green Blue C M Y K H S L
Decimal 72 5 48 0 0.93 0.33 0.72 321.49 0.87 0.15
Hex 48 5 30 0 5D 21 48 141 57 F
Octal 110 5 60 0 135 41 110 501 127 17
Binary 1001000 101 110000 0 1011101 100001 1001000 101000001 1010111 1111

Color Harmonies of #480530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480530

Black with #480530

Text Example


Text Example

White with #480530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480530; }

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

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

background-color css

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

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

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

border-color css

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

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

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