Html Css Color HEX #48193B Blackberry

📋 copy color: '#48193B'

red 72 ◦ green 25 ◦ blue 59

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

Shades of Blackberry #48193B

Tints of Blackberry #48193B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.03%

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

R = 46.15%
G = 16.03%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48193B (or 0x48193B) is known color: Blackberry. HEX triplet: 48, 19 and 3B. RGB value is (72,25,59). Sum of RGB (Red+Green+Blue) = 72+25+59=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48193B is #B7E6C4. Grayscale: #2A2A2A. Windows color (decimal): -12052165 or 3873096. OLE color: 3873096.

HSL color Cylindrical-coordinate representation of color #48193B: hue angle of 316.6º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48193B is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 25 59 -
CMYK 0 0.65 0.18 0.72
HSL 316.6º 0.48% 0.19% -
HSV(B) 316.6º 0.65% 0.28% -
XYZ 3.81 2.39 4.4 -
YUV 42.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 72 25 59 0 0.65 0.18 0.72 316.6 0.48 0.19
Hex 48 19 3B 0 41 12 48 13D 30 13
Octal 110 31 73 0 101 22 110 475 60 23
Binary 1001000 11001 111011 0 1000001 10010 1001000 100111101 110000 10011

Color Harmonies of #48193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48193B

Black with #48193B

Text Example


Text Example

White with #48193B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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