Html Css Color HEX #48032D Blackberry

📋 copy color: '#48032D'

red 72 ◦ green 3 ◦ blue 45

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

Shades of Blackberry #48032D

Tints of Blackberry #48032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.5%

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

R = 60%
G = 2.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48032D (or 0x48032D) is known color: Blackberry. HEX triplet: 48, 03 and 2D. RGB value is (72,3,45). Sum of RGB (Red+Green+Blue) = 72+3+45=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48032D is #B7FCD2. Grayscale: #1C1C1C. Windows color (decimal): -12057811 or 2949960. OLE color: 2949960.

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

Color convert

RGB 72 3 45 -
CMYK 0 0.96 0.38 0.72
HSL 323.48º 0.92% 0.15% -
HSV(B) 323.48º 0.96% 0.28% -
XYZ 3.18 1.63 2.63 -
YUV 28.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 72 3 45 0 0.96 0.38 0.72 323.48 0.92 0.15
Hex 48 3 2D 0 60 26 48 143 5C F
Octal 110 3 55 0 140 46 110 503 134 17
Binary 1001000 11 101101 0 1100000 100110 1001000 101000011 1011100 1111

Color Harmonies of #48032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48032D

Black with #48032D

Text Example


Text Example

White with #48032D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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