Html Css Color HEX #480320 Blackberry

📋 copy color: '#480320'

red 72 ◦ green 3 ◦ blue 32

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

Shades of Blackberry #480320

Tints of Blackberry #480320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 29.91%

R = 67.29%
G = 2.8%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#480320 (or 0x480320) is known color: Blackberry. HEX triplet: 48, 03 and 20. RGB value is (72,3,32). Sum of RGB (Red+Green+Blue) = 72+3+32=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #480320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480320 is #B7FCDF. Grayscale: #1A1A1A. Windows color (decimal): -12057824 or 2097992. OLE color: 2097992.

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

Color convert

RGB 72 3 32 -
CMYK 0 0.96 0.56 0.72
HSL 334.78º 0.92% 0.15% -
HSV(B) 334.78º 0.96% 0.28% -
XYZ 2.97 1.55 1.51 -
YUV 26.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 72 3 32 0 0.96 0.56 0.72 334.78 0.92 0.15
Hex 48 3 20 0 60 38 48 14F 5C F
Octal 110 3 40 0 140 70 110 517 134 17
Binary 1001000 11 100000 0 1100000 111000 1001000 101001111 1011100 1111

Color Harmonies of #480320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480320

Black with #480320

Text Example


Text Example

White with #480320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480320; }

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

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

background-color css

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

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

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

border-color css

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

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

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