Html Css Color HEX #48163B Blackberry

📋 copy color: '#48163B'

red 72 ◦ green 22 ◦ blue 59

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

Shades of Blackberry #48163B

Tints of Blackberry #48163B

RGB

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

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

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

R = 47.06%
G = 14.38%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48163B (or 0x48163B) is known color: Blackberry. HEX triplet: 48, 16 and 3B. RGB value is (72,22,59). Sum of RGB (Red+Green+Blue) = 72+22+59=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48163B is #B7E9C4. Grayscale: #292929. Windows color (decimal): -12052933 or 3872328. OLE color: 3872328.

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

Color convert

RGB 72 22 59 -
CMYK 0 0.69 0.18 0.72
HSL 315.6º 0.53% 0.18% -
HSV(B) 315.6º 0.69% 0.28% -
XYZ 3.75 2.27 4.38 -
YUV 41.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 72 22 59 0 0.69 0.18 0.72 315.6 0.53 0.18
Hex 48 16 3B 0 45 12 48 13C 35 12
Octal 110 26 73 0 105 22 110 474 65 22
Binary 1001000 10110 111011 0 1000101 10010 1001000 100111100 110101 10010

Color Harmonies of #48163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48163B

Black with #48163B

Text Example


Text Example

White with #48163B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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