Html Css Color HEX #48192D Blackberry

📋 copy color: '#48192D'

red 72 ◦ green 25 ◦ blue 45

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

Shades of Blackberry #48192D

Tints of Blackberry #48192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.69%

R = 50.7%
G = 17.61%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48192D (or 0x48192D) is known color: Blackberry. HEX triplet: 48, 19 and 2D. RGB value is (72,25,45). Sum of RGB (Red+Green+Blue) = 72+25+45=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #48192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48192D is #B7E6D2. Grayscale: #292929. Windows color (decimal): -12052179 or 2955592. OLE color: 2955592.

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

Color convert

RGB 72 25 45 -
CMYK 0 0.65 0.38 0.72
HSL 334.47º 0.48% 0.19% -
HSV(B) 334.47º 0.65% 0.28% -
XYZ 3.49 2.26 2.74 -
YUV 41.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 72 25 45 0 0.65 0.38 0.72 334.47 0.48 0.19
Hex 48 19 2D 0 41 26 48 14E 30 13
Octal 110 31 55 0 101 46 110 516 60 23
Binary 1001000 11001 101101 0 1000001 100110 1001000 101001110 110000 10011

Color Harmonies of #48192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48192D

Black with #48192D

Text Example


Text Example

White with #48192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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