Html Css Color HEX #480522 Blackberry

📋 copy color: '#480522'

red 72 ◦ green 5 ◦ blue 34

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

Shades of Blackberry #480522

Tints of Blackberry #480522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.5%

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

R = 64.86%
G = 4.5%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#480522 (or 0x480522) is known color: Blackberry. HEX triplet: 48, 05 and 22. RGB value is (72,5,34). Sum of RGB (Red+Green+Blue) = 72+5+34=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #480522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480522 is #B7FADD. Grayscale: #1C1C1C. Windows color (decimal): -12057310 or 2229576. OLE color: 2229576.

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

Color convert

RGB 72 5 34 -
CMYK 0 0.93 0.53 0.72
HSL 334.03º 0.87% 0.15% -
HSV(B) 334.03º 0.93% 0.28% -
XYZ 3.02 1.6 1.66 -
YUV 28.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 72 5 34 0 0.93 0.53 0.72 334.03 0.87 0.15
Hex 48 5 22 0 5D 35 48 14E 57 F
Octal 110 5 42 0 135 65 110 516 127 17
Binary 1001000 101 100010 0 1011101 110101 1001000 101001110 1010111 1111

Color Harmonies of #480522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480522

Black with #480522

Text Example


Text Example

White with #480522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480522; }

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

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

background-color css

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

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

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

border-color css

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

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

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