Html Css Color HEX #48203A Blackberry

📋 copy color: '#48203A'

red 72 ◦ green 32 ◦ blue 58

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

Shades of Blackberry #48203A

Tints of Blackberry #48203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.75%

 BLUE value IS 58 (23.05% from 255) = 35.8%

R = 44.44%
G = 19.75%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48203A (or 0x48203A) is known color: Blackberry. HEX triplet: 48, 20 and 3A. RGB value is (72,32,58). Sum of RGB (Red+Green+Blue) = 72+32+58=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #48203A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48203A is #B7DFC5. Grayscale: #2E2E2E. Windows color (decimal): -12050374 or 3809352. OLE color: 3809352.

HSL color Cylindrical-coordinate representation of color #48203A: hue angle of 321º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48203A is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 58 -
CMYK 0 0.56 0.19 0.72
HSL 321º 0.38% 0.2% -
HSV(B) 321º 0.56% 0.28% -
XYZ 3.95 2.72 4.32 -
YUV 46.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 72 32 58 0 0.56 0.19 0.72 321 0.38 0.2
Hex 48 20 3A 0 38 13 48 141 26 14
Octal 110 40 72 0 70 23 110 501 46 24
Binary 1001000 100000 111010 0 111000 10011 1001000 101000001 100110 10100

Color Harmonies of #48203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48203A

Black with #48203A

Text Example


Text Example

White with #48203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48203A; }

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

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

background-color css

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

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

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

border-color css

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

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

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