Html Css Color HEX #48083A Blackberry

📋 copy color: '#48083A'

red 72 ◦ green 8 ◦ blue 58

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

Shades of Blackberry #48083A

Tints of Blackberry #48083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.8%

 BLUE value IS 58 (23.05% from 255) = 42.03%

R = 52.17%
G = 5.8%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48083A (or 0x48083A) is known color: Blackberry. HEX triplet: 48, 08 and 3A. RGB value is (72,8,58). Sum of RGB (Red+Green+Blue) = 72+8+58=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48083A is #B7F7C5. Grayscale: #202020. Windows color (decimal): -12056518 or 3803208. OLE color: 3803208.

HSL color Cylindrical-coordinate representation of color #48083A: hue angle of 313.12º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48083A is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 8 58 -
CMYK 0 0.89 0.19 0.72
HSL 313.13º 0.8% 0.16% -
HSV(B) 313.13º 0.89% 0.28% -
XYZ 3.52 1.86 4.18 -
YUV 32.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 72 8 58 0 0.89 0.19 0.72 313.13 0.8 0.16
Hex 48 8 3A 0 59 13 48 139 50 10
Octal 110 10 72 0 131 23 110 471 120 20
Binary 1001000 1000 111010 0 1011001 10011 1001000 100111001 1010000 10000

Color Harmonies of #48083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48083A

Black with #48083A

Text Example


Text Example

White with #48083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48083A; }

 p { color: rgb(72,8,58); }

 H1.HeaderClassName
 {
   color: #48083A;
 }
 .AnyTagClassName
 {
   color: #48083A;
 }
</style>

background-color css

<style>
 a { background-color: #48083A; }

 a { background-color: rgb(72,8,58); }

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

border-color css

<style>
 span { border-color: #48083A; }

 span { border-color: rgb(72,8,58); }

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