Html Css Color HEX #4D082E Blackberry

📋 copy color: '#4D082E'

red 77 ◦ green 8 ◦ blue 46

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

Shades of Blackberry #4D082E

Tints of Blackberry #4D082E

RGB

 RED value IS 77 (30.47% from 255) = 58.78%

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

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

R = 58.78%
G = 6.11%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.70

RGB Variations

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

Color information

#4D082E (or 0x4D082E) is known color: Blackberry. HEX triplet: 4D, 08 and 2E. RGB value is (77,8,46). Sum of RGB (Red+Green+Blue) = 77+8+46=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D082E is #B2F7D1. Grayscale: #202020. Windows color (decimal): -11728850 or 3016781. OLE color: 3016781.

HSL color Cylindrical-coordinate representation of color #4D082E: hue angle of 326.96º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D082E is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 8 46 -
CMYK 0 0.90 0.40 0.70
HSL 326.96º 0.81% 0.17% -
HSV(B) 326.96º 0.9% 0.3% -
XYZ 3.64 1.95 2.77 -
YUV 32.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 77 8 46 0 0.90 0.40 0.70 326.96 0.81 0.17
Hex 4D 8 2E 0 5A 28 46 147 51 11
Octal 115 10 56 0 132 50 106 507 121 21
Binary 1001101 1000 101110 0 1011010 101000 1000110 101000111 1010001 10001

Color Harmonies of #4D082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D082E

Black with #4D082E

Text Example


Text Example

White with #4D082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D082E; }

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

 H1.HeaderClassName
 {
   color: #4D082E;
 }
 .AnyTagClassName
 {
   color: #4D082E;
 }
</style>

background-color css

<style>
 a { background-color: #4D082E; }

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

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

border-color css

<style>
 span { border-color: #4D082E; }

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

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