Html Css Color HEX #4D0526 Blackberry

📋 copy color: '#4D0526'

red 77 ◦ green 5 ◦ blue 38

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

Shades of Blackberry #4D0526

Tints of Blackberry #4D0526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.17%

 BLUE value IS 38 (15.23% from 255) = 31.67%

R = 64.17%
G = 4.17%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#4D0526 (or 0x4D0526) is known color: Blackberry. HEX triplet: 4D, 05 and 26. RGB value is (77,5,38). Sum of RGB (Red+Green+Blue) = 77+5+38=120 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.17% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0526 is #B2FAD9. Grayscale: #1E1E1E. Windows color (decimal): -11729626 or 2491725. OLE color: 2491725.

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

Color convert

RGB 77 5 38 -
CMYK 0 0.94 0.51 0.70
HSL 332.5º 0.88% 0.16% -
HSV(B) 332.5º 0.94% 0.3% -
XYZ 3.46 1.83 2 -
YUV 30.29 132.35 161.32 -
System Red Green Blue C M Y K H S L
Decimal 77 5 38 0 0.94 0.51 0.70 332.5 0.88 0.16
Hex 4D 5 26 0 5E 33 46 14C 58 10
Octal 115 5 46 0 136 63 106 514 130 20
Binary 1001101 101 100110 0 1011110 110011 1000110 101001100 1011000 10000

Color Harmonies of #4D0526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0526

Black with #4D0526

Text Example


Text Example

White with #4D0526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,5,38); }

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

background-color css

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

 a { background-color: rgb(77,5,38); }

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

border-color css

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

 span { border-color: rgb(77,5,38); }

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