Html Css Color HEX #48193A Blackberry

📋 copy color: '#48193A'

red 72 ◦ green 25 ◦ blue 58

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

Shades of Blackberry #48193A

Tints of Blackberry #48193A

RGB

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

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

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

R = 46.45%
G = 16.13%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48193A (or 0x48193A) is known color: Blackberry. HEX triplet: 48, 19 and 3A. RGB value is (72,25,58). Sum of RGB (Red+Green+Blue) = 72+25+58=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48193A is #B7E6C5. Grayscale: #2A2A2A. Windows color (decimal): -12052166 or 3807560. OLE color: 3807560.

HSL color Cylindrical-coordinate representation of color #48193A: hue angle of 317.87º 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 #48193A is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 25 58 -
CMYK 0 0.65 0.19 0.72
HSL 317.87º 0.48% 0.19% -
HSV(B) 317.87º 0.65% 0.28% -
XYZ 3.78 2.38 4.26 -
YUV 42.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 72 25 58 0 0.65 0.19 0.72 317.87 0.48 0.19
Hex 48 19 3A 0 41 13 48 13E 30 13
Octal 110 31 72 0 101 23 110 476 60 23
Binary 1001000 11001 111010 0 1000001 10011 1001000 100111110 110000 10011

Color Harmonies of #48193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48193A

Black with #48193A

Text Example


Text Example

White with #48193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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