Html Css Color HEX #482138 Blackberry

📋 copy color: '#482138'

red 72 ◦ green 33 ◦ blue 56

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

Shades of Blackberry #482138

Tints of Blackberry #482138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.5%

 BLUE value IS 56 (22.27% from 255) = 34.78%

R = 44.72%
G = 20.5%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#482138 (or 0x482138) is known color: Blackberry. HEX triplet: 48, 21 and 38. RGB value is (72,33,56). Sum of RGB (Red+Green+Blue) = 72+33+56=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482138 is #B7DEC7. Grayscale: #2F2F2F. Windows color (decimal): -12050120 or 3678536. OLE color: 3678536.

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

Color convert

RGB 72 33 56 -
CMYK 0 0.54 0.22 0.72
HSL 324.62º 0.37% 0.21% -
HSV(B) 324.62º 0.54% 0.28% -
XYZ 3.93 2.75 4.07 -
YUV 47.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 72 33 56 0 0.54 0.22 0.72 324.62 0.37 0.21
Hex 48 21 38 0 36 16 48 145 25 15
Octal 110 41 70 0 66 26 110 505 45 25
Binary 1001000 100001 111000 0 110110 10110 1001000 101000101 100101 10101

Color Harmonies of #482138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482138

Black with #482138

Text Example


Text Example

White with #482138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482138; }

 p { color: rgb(72,33,56); }

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

background-color css

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

 a { background-color: rgb(72,33,56); }

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

border-color css

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

 span { border-color: rgb(72,33,56); }

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