Html Css Color HEX #48083B Blackberry

📋 copy color: '#48083B'

red 72 ◦ green 8 ◦ blue 59

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

Shades of Blackberry #48083B

Tints of Blackberry #48083B

RGB

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

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

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

R = 51.8%
G = 5.76%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48083B (or 0x48083B) is known color: Blackberry. HEX triplet: 48, 08 and 3B. RGB value is (72,8,59). Sum of RGB (Red+Green+Blue) = 72+8+59=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48083B is #B7F7C4. Grayscale: #202020. Windows color (decimal): -12056517 or 3868744. OLE color: 3868744.

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

Color convert

RGB 72 8 59 -
CMYK 0 0.89 0.18 0.72
HSL 312.19º 0.8% 0.16% -
HSV(B) 312.19º 0.89% 0.28% -
XYZ 3.55 1.87 4.31 -
YUV 32.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 72 8 59 0 0.89 0.18 0.72 312.19 0.8 0.16
Hex 48 8 3B 0 59 12 48 138 50 10
Octal 110 10 73 0 131 22 110 470 120 20
Binary 1001000 1000 111011 0 1011001 10010 1001000 100111000 1010000 10000

Color Harmonies of #48083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48083B

Black with #48083B

Text Example


Text Example

White with #48083B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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