Html Css Color HEX #48082E Blackberry

📋 copy color: '#48082E'

red 72 ◦ green 8 ◦ blue 46

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

Shades of Blackberry #48082E

Tints of Blackberry #48082E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 36.51%

R = 57.14%
G = 6.35%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48082E (or 0x48082E) is known color: Blackberry. HEX triplet: 48, 08 and 2E. RGB value is (72,8,46). Sum of RGB (Red+Green+Blue) = 72+8+46=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #48082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48082E is #B7F7D1. Grayscale: #1F1F1F. Windows color (decimal): -12056530 or 3016776. OLE color: 3016776.

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

Color convert

RGB 72 8 46 -
CMYK 0 0.89 0.36 0.72
HSL 324.38º 0.8% 0.16% -
HSV(B) 324.38º 0.89% 0.28% -
XYZ 3.25 1.75 2.75 -
YUV 31.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 72 8 46 0 0.89 0.36 0.72 324.38 0.8 0.16
Hex 48 8 2E 0 59 24 48 144 50 10
Octal 110 10 56 0 131 44 110 504 120 20
Binary 1001000 1000 101110 0 1011001 100100 1001000 101000100 1010000 10000

Color Harmonies of #48082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48082E

Black with #48082E

Text Example


Text Example

White with #48082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48082E; }

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

 H1.HeaderClassName
 {
   color: #48082E;
 }
 .AnyTagClassName
 {
   color: #48082E;
 }
</style>

background-color css

<style>
 a { background-color: #48082E; }

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

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

border-color css

<style>
 span { border-color: #48082E; }

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

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