Html Css Color HEX #480322 Blackberry

📋 copy color: '#480322'

red 72 ◦ green 3 ◦ blue 34

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

Shades of Blackberry #480322

Tints of Blackberry #480322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 31.19%

R = 66.06%
G = 2.75%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#480322 (or 0x480322) is known color: Blackberry. HEX triplet: 48, 03 and 22. RGB value is (72,3,34). Sum of RGB (Red+Green+Blue) = 72+3+34=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #480322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480322 is #B7FCDD. Grayscale: #1B1B1B. Windows color (decimal): -12057822 or 2229064. OLE color: 2229064.

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

Color convert

RGB 72 3 34 -
CMYK 0 0.96 0.53 0.72
HSL 333.04º 0.92% 0.15% -
HSV(B) 333.04º 0.96% 0.28% -
XYZ 2.99 1.56 1.66 -
YUV 27.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 72 3 34 0 0.96 0.53 0.72 333.04 0.92 0.15
Hex 48 3 22 0 60 35 48 14D 5C F
Octal 110 3 42 0 140 65 110 515 134 17
Binary 1001000 11 100010 0 1100000 110101 1001000 101001101 1011100 1111

Color Harmonies of #480322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480322

Black with #480322

Text Example


Text Example

White with #480322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480322; }

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

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

background-color css

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

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

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

border-color css

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

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

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