Html Css Color HEX #480521 Blackberry

📋 copy color: '#480521'

red 72 ◦ green 5 ◦ blue 33

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

Shades of Blackberry #480521

Tints of Blackberry #480521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 30%

R = 65.45%
G = 4.55%
B = 30%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#480521 (or 0x480521) is known color: Blackberry. HEX triplet: 48, 05 and 21. RGB value is (72,5,33). Sum of RGB (Red+Green+Blue) = 72+5+33=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #480521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480521 is #B7FADE. Grayscale: #1C1C1C. Windows color (decimal): -12057311 or 2164040. OLE color: 2164040.

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

Color convert

RGB 72 5 33 -
CMYK 0 0.93 0.54 0.72
HSL 334.93º 0.87% 0.15% -
HSV(B) 334.93º 0.93% 0.28% -
XYZ 3 1.6 1.59 -
YUV 28.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 72 5 33 0 0.93 0.54 0.72 334.93 0.87 0.15
Hex 48 5 21 0 5D 36 48 14F 57 F
Octal 110 5 41 0 135 66 110 517 127 17
Binary 1001000 101 100001 0 1011101 110110 1001000 101001111 1010111 1111

Color Harmonies of #480521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480521

Black with #480521

Text Example


Text Example

White with #480521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480521; }

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

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

background-color css

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

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

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

border-color css

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

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

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