Html Css Color HEX #480524 Blackberry

📋 copy color: '#480524'

red 72 ◦ green 5 ◦ blue 36

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

Shades of Blackberry #480524

Tints of Blackberry #480524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 31.86%

R = 63.72%
G = 4.42%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#480524 (or 0x480524) is known color: Blackberry. HEX triplet: 48, 05 and 24. RGB value is (72,5,36). Sum of RGB (Red+Green+Blue) = 72+5+36=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #480524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480524 is #B7FADB. Grayscale: #1C1C1C. Windows color (decimal): -12057308 or 2360648. OLE color: 2360648.

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

Color convert

RGB 72 5 36 -
CMYK 0 0.93 0.5 0.72
HSL 332.24º 0.87% 0.15% -
HSV(B) 332.24º 0.93% 0.28% -
XYZ 3.05 1.61 1.82 -
YUV 28.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 72 5 36 0 0.93 0.5 0.72 332.24 0.87 0.15
Hex 48 5 24 0 5D 32 48 14C 57 F
Octal 110 5 44 0 135 62 110 514 127 17
Binary 1001000 101 100100 0 1011101 110010 1001000 101001100 1010111 1111

Color Harmonies of #480524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480524

Black with #480524

Text Example


Text Example

White with #480524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480524; }

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

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

background-color css

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

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

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

border-color css

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

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

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