Html Css Color HEX #48203B Blackberry

📋 copy color: '#48203B'

red 72 ◦ green 32 ◦ blue 59

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

Shades of Blackberry #48203B

Tints of Blackberry #48203B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 36.2%

R = 44.17%
G = 19.63%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48203B (or 0x48203B) is known color: Blackberry. HEX triplet: 48, 20 and 3B. RGB value is (72,32,59). Sum of RGB (Red+Green+Blue) = 72+32+59=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #48203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48203B is #B7DFC4. Grayscale: #2E2E2E. Windows color (decimal): -12050373 or 3874888. OLE color: 3874888.

HSL color Cylindrical-coordinate representation of color #48203B: hue angle of 319.5º 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 #48203B is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 59 -
CMYK 0 0.56 0.18 0.72
HSL 319.5º 0.38% 0.2% -
HSV(B) 319.5º 0.56% 0.28% -
XYZ 3.98 2.73 4.45 -
YUV 47.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 72 32 59 0 0.56 0.18 0.72 319.5 0.38 0.2
Hex 48 20 3B 0 38 12 48 140 26 14
Octal 110 40 73 0 70 22 110 500 46 24
Binary 1001000 100000 111011 0 111000 10010 1001000 101000000 100110 10100

Color Harmonies of #48203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48203B

Black with #48203B

Text Example


Text Example

White with #48203B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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