Html Css Color HEX #48072D Blackberry

📋 copy color: '#48072D'

red 72 ◦ green 7 ◦ blue 45

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

Shades of Blackberry #48072D

Tints of Blackberry #48072D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.65%

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

R = 58.06%
G = 5.65%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48072D (or 0x48072D) is known color: Blackberry. HEX triplet: 48, 07 and 2D. RGB value is (72,7,45). Sum of RGB (Red+Green+Blue) = 72+7+45=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48072D is #B7F8D2. Grayscale: #1E1E1E. Windows color (decimal): -12056787 or 2950984. OLE color: 2950984.

HSL color Cylindrical-coordinate representation of color #48072D: hue angle of 324.92º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48072D is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 7 45 -
CMYK 0 0.90 0.38 0.72
HSL 324.92º 0.82% 0.15% -
HSV(B) 324.92º 0.9% 0.28% -
XYZ 3.22 1.72 2.64 -
YUV 30.77 136.03 157.41 -
System Red Green Blue C M Y K H S L
Decimal 72 7 45 0 0.90 0.38 0.72 324.92 0.82 0.15
Hex 48 7 2D 0 5A 26 48 145 52 F
Octal 110 7 55 0 132 46 110 505 122 17
Binary 1001000 111 101101 0 1011010 100110 1001000 101000101 1010010 1111

Color Harmonies of #48072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48072D

Black with #48072D

Text Example


Text Example

White with #48072D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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