Html Css Color HEX #48153B Blackberry

📋 copy color: '#48153B'

red 72 ◦ green 21 ◦ blue 59

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

Shades of Blackberry #48153B

Tints of Blackberry #48153B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 38.82%

R = 47.37%
G = 13.82%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48153B (or 0x48153B) is known color: Blackberry. HEX triplet: 48, 15 and 3B. RGB value is (72,21,59). Sum of RGB (Red+Green+Blue) = 72+21+59=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48153B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48153B is #B7EAC4. Grayscale: #282828. Windows color (decimal): -12053189 or 3872072. OLE color: 3872072.

HSL color Cylindrical-coordinate representation of color #48153B: hue angle of 315.29º 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 #48153B is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 21 59 -
CMYK 0 0.71 0.18 0.72
HSL 315.29º 0.55% 0.18% -
HSV(B) 315.29º 0.71% 0.28% -
XYZ 3.73 2.23 4.37 -
YUV 40.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 72 21 59 0 0.71 0.18 0.72 315.29 0.55 0.18
Hex 48 15 3B 0 47 12 48 13B 37 12
Octal 110 25 73 0 107 22 110 473 67 22
Binary 1001000 10101 111011 0 1000111 10010 1001000 100111011 110111 10010

Color Harmonies of #48153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48153B

Black with #48153B

Text Example


Text Example

White with #48153B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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