Html Css Color HEX #480220 Blackberry

📋 copy color: '#480220'

red 72 ◦ green 2 ◦ blue 32

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

Shades of Blackberry #480220

Tints of Blackberry #480220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

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

R = 67.92%
G = 1.89%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#480220 (or 0x480220) is known color: Blackberry. HEX triplet: 48, 02 and 20. RGB value is (72,2,32). Sum of RGB (Red+Green+Blue) = 72+2+32=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #480220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480220 is #B7FDDF. Grayscale: #1A1A1A. Windows color (decimal): -12058080 or 2097736. OLE color: 2097736.

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

Color convert

RGB 72 2 32 -
CMYK 0 0.97 0.56 0.72
HSL 334.29º 0.95% 0.15% -
HSV(B) 334.29º 0.97% 0.28% -
XYZ 2.95 1.53 1.51 -
YUV 26.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 72 2 32 0 0.97 0.56 0.72 334.29 0.95 0.15
Hex 48 2 20 0 61 38 48 14E 5F F
Octal 110 2 40 0 141 70 110 516 137 17
Binary 1001000 10 100000 0 1100001 111000 1001000 101001110 1011111 1111

Color Harmonies of #480220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480220

Black with #480220

Text Example


Text Example

White with #480220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480220; }

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

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

background-color css

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

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

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

border-color css

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

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

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