Html Css Color HEX #4D0929 Blackberry

📋 copy color: '#4D0929'

red 77 ◦ green 9 ◦ blue 41

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

Shades of Blackberry #4D0929

Tints of Blackberry #4D0929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.09%

 BLUE value IS 41 (16.41% from 255) = 32.28%

R = 60.63%
G = 7.09%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4D0929 (or 0x4D0929) is known color: Blackberry. HEX triplet: 4D, 09 and 29. RGB value is (77,9,41). Sum of RGB (Red+Green+Blue) = 77+9+41=127 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.63% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0929 is #B2F6D6. Grayscale: #202020. Windows color (decimal): -11728599 or 2689357. OLE color: 2689357.

HSL color Cylindrical-coordinate representation of color #4D0929: hue angle of 331.76º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D0929 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 9 41 -
CMYK 0 0.88 0.47 0.70
HSL 331.76º 0.79% 0.17% -
HSV(B) 331.76º 0.88% 0.3% -
XYZ 3.56 1.93 2.28 -
YUV 32.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 77 9 41 0 0.88 0.47 0.70 331.76 0.79 0.17
Hex 4D 9 29 0 58 2F 46 14C 4F 11
Octal 115 11 51 0 130 57 106 514 117 21
Binary 1001101 1001 101001 0 1011000 101111 1000110 101001100 1001111 10001

Color Harmonies of #4D0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0929

Black with #4D0929

Text Example


Text Example

White with #4D0929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,9,41); }

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

background-color css

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

 a { background-color: rgb(77,9,41); }

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

border-color css

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

 span { border-color: rgb(77,9,41); }

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