Html Css Color HEX #48082A Blackberry

📋 copy color: '#48082A'

red 72 ◦ green 8 ◦ blue 42

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

Shades of Blackberry #48082A

Tints of Blackberry #48082A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 34.43%

R = 59.02%
G = 6.56%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48082A (or 0x48082A) is known color: Blackberry. HEX triplet: 48, 08 and 2A. RGB value is (72,8,42). Sum of RGB (Red+Green+Blue) = 72+8+42=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48082A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48082A is #B7F7D5. Grayscale: #1E1E1E. Windows color (decimal): -12056534 or 2754632. OLE color: 2754632.

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

Color convert

RGB 72 8 42 -
CMYK 0 0.89 0.42 0.72
HSL 328.13º 0.8% 0.16% -
HSV(B) 328.13º 0.89% 0.28% -
XYZ 3.18 1.72 2.35 -
YUV 31.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 72 8 42 0 0.89 0.42 0.72 328.13 0.8 0.16
Hex 48 8 2A 0 59 2A 48 148 50 10
Octal 110 10 52 0 131 52 110 510 120 20
Binary 1001000 1000 101010 0 1011001 101010 1001000 101001000 1010000 10000

Color Harmonies of #48082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48082A

Black with #48082A

Text Example


Text Example

White with #48082A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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