Html Css Color HEX #48143A Blackberry

📋 copy color: '#48143A'

red 72 ◦ green 20 ◦ blue 58

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

Shades of Blackberry #48143A

Tints of Blackberry #48143A

RGB

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

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

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

R = 48%
G = 13.33%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48143A (or 0x48143A) is known color: Blackberry. HEX triplet: 48, 14 and 3A. RGB value is (72,20,58). Sum of RGB (Red+Green+Blue) = 72+20+58=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48143A is #B7EBC5. Grayscale: #272727. Windows color (decimal): -12053446 or 3806280. OLE color: 3806280.

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

Color convert

RGB 72 20 58 -
CMYK 0 0.72 0.19 0.72
HSL 316.15º 0.57% 0.18% -
HSV(B) 316.15º 0.72% 0.28% -
XYZ 3.69 2.18 4.23 -
YUV 39.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 72 20 58 0 0.72 0.19 0.72 316.15 0.57 0.18
Hex 48 14 3A 0 48 13 48 13C 39 12
Octal 110 24 72 0 110 23 110 474 71 22
Binary 1001000 10100 111010 0 1001000 10011 1001000 100111100 111001 10010

Color Harmonies of #48143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48143A

Black with #48143A

Text Example


Text Example

White with #48143A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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