Html Css Color HEX #48173B Blackberry

📋 copy color: '#48173B'

red 72 ◦ green 23 ◦ blue 59

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

Shades of Blackberry #48173B

Tints of Blackberry #48173B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.94%

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

R = 46.75%
G = 14.94%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48173B (or 0x48173B) is known color: Blackberry. HEX triplet: 48, 17 and 3B. RGB value is (72,23,59). Sum of RGB (Red+Green+Blue) = 72+23+59=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48173B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48173B is #B7E8C4. Grayscale: #292929. Windows color (decimal): -12052677 or 3872584. OLE color: 3872584.

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

Color convert

RGB 72 23 59 -
CMYK 0 0.68 0.18 0.72
HSL 315.92º 0.52% 0.19% -
HSV(B) 315.92º 0.68% 0.28% -
XYZ 3.77 2.31 4.38 -
YUV 41.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 72 23 59 0 0.68 0.18 0.72 315.92 0.52 0.19
Hex 48 17 3B 0 44 12 48 13C 34 13
Octal 110 27 73 0 104 22 110 474 64 23
Binary 1001000 10111 111011 0 1000100 10010 1001000 100111100 110100 10011

Color Harmonies of #48173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48173B

Black with #48173B

Text Example


Text Example

White with #48173B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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