Html Css Color HEX #48153A Blackberry

📋 copy color: '#48153A'

red 72 ◦ green 21 ◦ blue 58

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

Shades of Blackberry #48153A

Tints of Blackberry #48153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.91%

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

R = 47.68%
G = 13.91%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48153A (or 0x48153A) is known color: Blackberry. HEX triplet: 48, 15 and 3A. RGB value is (72,21,58). Sum of RGB (Red+Green+Blue) = 72+21+58=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48153A is #B7EAC5. Grayscale: #282828. Windows color (decimal): -12053190 or 3806536. OLE color: 3806536.

HSL color Cylindrical-coordinate representation of color #48153A: hue angle of 316.47º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48153A is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 21 58 -
CMYK 0 0.71 0.19 0.72
HSL 316.47º 0.55% 0.18% -
HSV(B) 316.47º 0.71% 0.28% -
XYZ 3.7 2.22 4.24 -
YUV 40.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 72 21 58 0 0.71 0.19 0.72 316.47 0.55 0.18
Hex 48 15 3A 0 47 13 48 13C 37 12
Octal 110 25 72 0 107 23 110 474 67 22
Binary 1001000 10101 111010 0 1000111 10011 1001000 100111100 110111 10010

Color Harmonies of #48153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48153A

Black with #48153A

Text Example


Text Example

White with #48153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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