Html Css Color HEX #480721 Blackberry

📋 copy color: '#480721'

red 72 ◦ green 7 ◦ blue 33

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

Shades of Blackberry #480721

Tints of Blackberry #480721

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.25%

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

R = 64.29%
G = 6.25%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#480721 (or 0x480721) is known color: Blackberry. HEX triplet: 48, 07 and 21. RGB value is (72,7,33). Sum of RGB (Red+Green+Blue) = 72+7+33=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #480721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480721 is #B7F8DE. Grayscale: #1D1D1D. Windows color (decimal): -12056799 or 2164552. OLE color: 2164552.

HSL color Cylindrical-coordinate representation of color #480721: hue angle of 336º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480721 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 7 33 -
CMYK 0 0.90 0.54 0.72
HSL 336º 0.82% 0.15% -
HSV(B) 336º 0.9% 0.28% -
XYZ 3.02 1.64 1.6 -
YUV 29.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 72 7 33 0 0.90 0.54 0.72 336 0.82 0.15
Hex 48 7 21 0 5A 36 48 150 52 F
Octal 110 7 41 0 132 66 110 520 122 17
Binary 1001000 111 100001 0 1011010 110110 1001000 101010000 1010010 1111

Color Harmonies of #480721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480721

Black with #480721

Text Example


Text Example

White with #480721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480721; }

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

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

background-color css

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

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

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

border-color css

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

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

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