Html Css Color HEX #48142D Blackberry

📋 copy color: '#48142D'

red 72 ◦ green 20 ◦ blue 45

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

Shades of Blackberry #48142D

Tints of Blackberry #48142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.6%

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

R = 52.55%
G = 14.6%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48142D (or 0x48142D) is known color: Blackberry. HEX triplet: 48, 14 and 2D. RGB value is (72,20,45). Sum of RGB (Red+Green+Blue) = 72+20+45=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48142D is #B7EBD2. Grayscale: #262626. Windows color (decimal): -12053459 or 2954312. OLE color: 2954312.

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

Color convert

RGB 72 20 45 -
CMYK 0 0.72 0.38 0.72
HSL 331.15º 0.57% 0.18% -
HSV(B) 331.15º 0.72% 0.28% -
XYZ 3.4 2.07 2.7 -
YUV 38.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 72 20 45 0 0.72 0.38 0.72 331.15 0.57 0.18
Hex 48 14 2D 0 48 26 48 14B 39 12
Octal 110 24 55 0 110 46 110 513 71 22
Binary 1001000 10100 101101 0 1001000 100110 1001000 101001011 111001 10010

Color Harmonies of #48142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48142D

Black with #48142D

Text Example


Text Example

White with #48142D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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