Html Css Color HEX #48173D Blackberry

📋 copy color: '#48173D'

red 72 ◦ green 23 ◦ blue 61

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

Shades of Blackberry #48173D

Tints of Blackberry #48173D

RGB

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

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

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

R = 46.15%
G = 14.74%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48173D (or 0x48173D) is known color: Blackberry. HEX triplet: 48, 17 and 3D. RGB value is (72,23,61). Sum of RGB (Red+Green+Blue) = 72+23+61=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48173D is #B7E8C2. Grayscale: #292929. Windows color (decimal): -12052675 or 4003656. OLE color: 4003656.

HSL color Cylindrical-coordinate representation of color #48173D: hue angle of 313.47º 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 #48173D is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 23 61 -
CMYK 0 0.68 0.15 0.72
HSL 313.47º 0.52% 0.19% -
HSV(B) 313.47º 0.68% 0.28% -
XYZ 3.82 2.33 4.66 -
YUV 41.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 72 23 61 0 0.68 0.15 0.72 313.47 0.52 0.19
Hex 48 17 3D 0 44 F 48 139 34 13
Octal 110 27 75 0 104 17 110 471 64 23
Binary 1001000 10111 111101 0 1000100 1111 1001000 100111001 110100 10011

Color Harmonies of #48173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48173D

Black with #48173D

Text Example


Text Example

White with #48173D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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