Html Css Color HEX #4D0434 Blackberry

📋 copy color: '#4D0434'

red 77 ◦ green 4 ◦ blue 52

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

Shades of Blackberry #4D0434

Tints of Blackberry #4D0434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.01%

 BLUE value IS 52 (20.7% from 255) = 39.1%

R = 57.89%
G = 3.01%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#4D0434 (or 0x4D0434) is known color: Blackberry. HEX triplet: 4D, 04 and 34. RGB value is (77,4,52). Sum of RGB (Red+Green+Blue) = 77+4+52=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0434 is #B2FBCB. Grayscale: #1F1F1F. Windows color (decimal): -11729868 or 3408973. OLE color: 3408973.

HSL color Cylindrical-coordinate representation of color #4D0434: hue angle of 320.55º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0434 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 4 52 -
CMYK 0 0.95 0.32 0.70
HSL 320.55º 0.9% 0.16% -
HSV(B) 320.55º 0.95% 0.3% -
XYZ 3.72 1.91 3.42 -
YUV 31.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 77 4 52 0 0.95 0.32 0.70 320.55 0.9 0.16
Hex 4D 4 34 0 5F 20 46 141 5A 10
Octal 115 4 64 0 137 40 106 501 132 20
Binary 1001101 100 110100 0 1011111 100000 1000110 101000001 1011010 10000

Color Harmonies of #4D0434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0434

Black with #4D0434

Text Example


Text Example

White with #4D0434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,4,52); }

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

background-color css

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

 a { background-color: rgb(77,4,52); }

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

border-color css

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

 span { border-color: rgb(77,4,52); }

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