Html Css Color HEX #480329 Blackberry

📋 copy color: '#480329'

red 72 ◦ green 3 ◦ blue 41

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

Shades of Blackberry #480329

Tints of Blackberry #480329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.59%

 BLUE value IS 41 (16.41% from 255) = 35.34%

R = 62.07%
G = 2.59%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#480329 (or 0x480329) is known color: Blackberry. HEX triplet: 48, 03 and 29. RGB value is (72,3,41). Sum of RGB (Red+Green+Blue) = 72+3+41=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #480329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480329 is #B7FCD6. Grayscale: #1B1B1B. Windows color (decimal): -12057815 or 2687816. OLE color: 2687816.

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

Color convert

RGB 72 3 41 -
CMYK 0 0.96 0.43 0.72
HSL 326.96º 0.92% 0.15% -
HSV(B) 326.96º 0.96% 0.28% -
XYZ 3.11 1.6 2.24 -
YUV 27.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 72 3 41 0 0.96 0.43 0.72 326.96 0.92 0.15
Hex 48 3 29 0 60 2B 48 147 5C F
Octal 110 3 51 0 140 53 110 507 134 17
Binary 1001000 11 101001 0 1100000 101011 1001000 101000111 1011100 1111

Color Harmonies of #480329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480329

Black with #480329

Text Example


Text Example

White with #480329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480329; }

 p { color: rgb(72,3,41); }

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

background-color css

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

 a { background-color: rgb(72,3,41); }

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

border-color css

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

 span { border-color: rgb(72,3,41); }

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