Html Css Color HEX #4D082C Blackberry

📋 copy color: '#4D082C'

red 77 ◦ green 8 ◦ blue 44

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

Shades of Blackberry #4D082C

Tints of Blackberry #4D082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 34.11%

R = 59.69%
G = 6.2%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4D082C (or 0x4D082C) is known color: Blackberry. HEX triplet: 4D, 08 and 2C. RGB value is (77,8,44). Sum of RGB (Red+Green+Blue) = 77+8+44=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D082C is #B2F7D3. Grayscale: #202020. Windows color (decimal): -11728852 or 2885709. OLE color: 2885709.

HSL color Cylindrical-coordinate representation of color #4D082C: hue angle of 328.7º 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 #4D082C is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 8 44 -
CMYK 0 0.90 0.43 0.70
HSL 328.7º 0.81% 0.17% -
HSV(B) 328.7º 0.9% 0.3% -
XYZ 3.6 1.93 2.57 -
YUV 32.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 77 8 44 0 0.90 0.43 0.70 328.7 0.81 0.17
Hex 4D 8 2C 0 5A 2B 46 149 51 11
Octal 115 10 54 0 132 53 106 511 121 21
Binary 1001101 1000 101100 0 1011010 101011 1000110 101001001 1010001 10001

Color Harmonies of #4D082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D082C

Black with #4D082C

Text Example


Text Example

White with #4D082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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