Html Css Color HEX #482237 Blackberry

📋 copy color: '#482237'

red 72 ◦ green 34 ◦ blue 55

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

Shades of Blackberry #482237

Tints of Blackberry #482237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.12%

 BLUE value IS 55 (21.88% from 255) = 34.16%

R = 44.72%
G = 21.12%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#482237 (or 0x482237) is known color: Blackberry. HEX triplet: 48, 22 and 37. RGB value is (72,34,55). Sum of RGB (Red+Green+Blue) = 72+34+55=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482237 is #B7DDC8. Grayscale: #2F2F2F. Windows color (decimal): -12049865 or 3613256. OLE color: 3613256.

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

Color convert

RGB 72 34 55 -
CMYK 0 0.53 0.24 0.72
HSL 326.84º 0.36% 0.21% -
HSV(B) 326.84º 0.53% 0.28% -
XYZ 3.93 2.8 3.95 -
YUV 47.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 72 34 55 0 0.53 0.24 0.72 326.84 0.36 0.21
Hex 48 22 37 0 35 18 48 147 24 15
Octal 110 42 67 0 65 30 110 507 44 25
Binary 1001000 100010 110111 0 110101 11000 1001000 101000111 100100 10101

Color Harmonies of #482237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482237

Black with #482237

Text Example


Text Example

White with #482237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482237; }

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

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

background-color css

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

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

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

border-color css

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

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

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