Html Css Color HEX #48163D Blackberry

📋 copy color: '#48163D'

red 72 ◦ green 22 ◦ blue 61

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

Shades of Blackberry #48163D

Tints of Blackberry #48163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.19%

 BLUE value IS 61 (24.22% from 255) = 39.35%

R = 46.45%
G = 14.19%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48163D (or 0x48163D) is known color: Blackberry. HEX triplet: 48, 16 and 3D. RGB value is (72,22,61). Sum of RGB (Red+Green+Blue) = 72+22+61=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48163D is #B7E9C2. Grayscale: #292929. Windows color (decimal): -12052931 or 4003400. OLE color: 4003400.

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

Color convert

RGB 72 22 61 -
CMYK 0 0.69 0.15 0.72
HSL 313.2º 0.53% 0.18% -
HSV(B) 313.2º 0.69% 0.28% -
XYZ 3.8 2.29 4.66 -
YUV 41.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 72 22 61 0 0.69 0.15 0.72 313.2 0.53 0.18
Hex 48 16 3D 0 45 F 48 139 35 12
Octal 110 26 75 0 105 17 110 471 65 22
Binary 1001000 10110 111101 0 1000101 1111 1001000 100111001 110101 10010

Color Harmonies of #48163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48163D

Black with #48163D

Text Example


Text Example

White with #48163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,22,61); }

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

background-color css

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

 a { background-color: rgb(72,22,61); }

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

border-color css

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

 span { border-color: rgb(72,22,61); }

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