Html Css Color HEX #48082F Blackberry

📋 copy color: '#48082F'

red 72 ◦ green 8 ◦ blue 47

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

Shades of Blackberry #48082F

Tints of Blackberry #48082F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.01%

R = 56.69%
G = 6.3%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48082F (or 0x48082F) is known color: Blackberry. HEX triplet: 48, 08 and 2F. RGB value is (72,8,47). Sum of RGB (Red+Green+Blue) = 72+8+47=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #48082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48082F is #B7F7D0. Grayscale: #1F1F1F. Windows color (decimal): -12056529 or 3082312. OLE color: 3082312.

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

Color convert

RGB 72 8 47 -
CMYK 0 0.89 0.35 0.72
HSL 323.44º 0.8% 0.16% -
HSV(B) 323.44º 0.89% 0.28% -
XYZ 3.27 1.76 2.86 -
YUV 31.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 72 8 47 0 0.89 0.35 0.72 323.44 0.8 0.16
Hex 48 8 2F 0 59 23 48 143 50 10
Octal 110 10 57 0 131 43 110 503 120 20
Binary 1001000 1000 101111 0 1011001 100011 1001000 101000011 1010000 10000

Color Harmonies of #48082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48082F

Black with #48082F

Text Example


Text Example

White with #48082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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