Html Css Color HEX #48153E Blackberry

📋 copy color: '#48153E'

red 72 ◦ green 21 ◦ blue 62

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

Shades of Blackberry #48153E

Tints of Blackberry #48153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 40%

R = 46.45%
G = 13.55%
B = 40%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48153E (or 0x48153E) is known color: Blackberry. HEX triplet: 48, 15 and 3E. RGB value is (72,21,62). Sum of RGB (Red+Green+Blue) = 72+21+62=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48153E is #B7EAC1. Grayscale: #282828. Windows color (decimal): -12053186 or 4068680. OLE color: 4068680.

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

Color convert

RGB 72 21 62 -
CMYK 0 0.71 0.14 0.72
HSL 311.76º 0.55% 0.18% -
HSV(B) 311.76º 0.71% 0.28% -
XYZ 3.81 2.26 4.79 -
YUV 40.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 72 21 62 0 0.71 0.14 0.72 311.76 0.55 0.18
Hex 48 15 3E 0 47 E 48 138 37 12
Octal 110 25 76 0 107 16 110 470 67 22
Binary 1001000 10101 111110 0 1000111 1110 1001000 100111000 110111 10010

Color Harmonies of #48153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48153E

Black with #48153E

Text Example


Text Example

White with #48153E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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